GitXplorerGitXplorer
t

tribe

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
cd132d297af732ed937fee2e2066c12a4b1fc1a5

add item to list view

ttfarina committed 5 months ago
Unverified
1dbdef74001af9081c55ef95de80b2705d348720

define OutputFile property using OutDir variable

ttfarina committed 5 months ago
Unverified
74b2497be0c22324026b059b313e437dac1516ad

stop inheritting from UpgradeFromVC60.vsprops property sheet

ttfarina committed 5 months ago
Unverified
a48a47ab09faeb314973a3777c97a0c796691ebc

remove project files for Visual C++ 6.0

ttfarina committed 5 months ago
Unverified
de0d0f05a6cf201044309ca98aae393799a04a9e

improve doc comments on some CreateWindowEx calls

ttfarina committed 5 months ago
Unverified
db15d06838861ece6eda24eb255c1061051d5b79

check the return value of PropertySheet function

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.