GitXplorerGitXplorer
t

tribe

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
39c8a3379e621a213c69b2bffea29ccef67a00b7

jump to clean up area when memory alloation for strings fails

ttfarina committed 2 months ago
Unverified
9deafe86f2ffe56a7720f4fcac666f4ad8e24e14

introduce a clean up area in ABEnumContacts()

ttfarina committed 2 months ago
Unverified
f760e400c09d217a9abc40a9be978464e769fa62

avoid using redundant != or == in conditions

ttfarina committed 2 months ago
Unverified
b5bfea91e00a4fcb7e5f82a51b8490e2818ccc8c

use LocalAlloc() in ABEnumContacts()

ttfarina committed 2 months ago
Unverified
8804ac43fd1e41a3b957e867c32aa91c68b9074c

use negative ids for the fake entries

ttfarina committed 2 months ago
Unverified
6b1db90d09870b7f9b553ea94d3d113bf794e4f9

move sqlite3 files one level up

ttfarina committed 5 months ago

README

The README file for this repository.

Tribe

Tribe is an address book manager for Windows.

Build Instructions

You can build on Windows XP SP3 or above, with Visual Studio 2005 and C++ support installed. Once you have Visual Studio installed:

  • Clone the source:

    git clone https://github.com/tfarina/tribe.git
    
  • Open the file src\tribe.sln in Visual Studio 2005.

  • Select "Debug|Win32" as active configuration.

  • Click on "Build -> Build Solution" to build the app.

  • Click on "Debug -> Start Debugging" to run the app.

NOTE: The building process should end with warnings, but without errors.

License

This project is released under the terms of the GNU General Public License. See COPYING file for details.