GitXplorerGitXplorer
t

tribe

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
247e1edd9e69df62a36adafed915b1837eb571e9

start retrieving contacts from sqlite database

ttfarina committed 2 months ago
Unverified
176b29396b01adb1692481be8310452ed13907a5

fix the order in which ABInitialize() is called

ttfarina committed 2 months ago
Unverified
e13688fe10b98b0610848df1102aaf4b74d80a36

introduce a helper function to duplicate strings

ttfarina committed 2 months ago
Unverified
557b67cd9d0871e3f4b17853f0c466f29f1da89b

fix memory leak in ABEnumContacts()

ttfarina committed 2 months ago
Unverified
2ddf2db0a611ccd1e2c92d46df504a73ef7faa21

fix variable naming in ABEnumContacts()

ttfarina committed 2 months ago
Unverified
860e3daea5bc7d359b7422cf4b74d6b30fc72c15

fix parameter naming in ABEnumContacts()

ttfarina committed 2 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.