Menu

[4640d3]: / README.txt  Maximize  Restore  History

Download this file

11 lines (7 with data), 546 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
How to build...

Download Visual Studio c++ Express as your C Compiler
Download xHarbour - I've used V1.2 which works well.  http://www.xharbour.org/index.asp?page=download/windows/binaries_win
Downloaad the MSVC SDK - you will need the libraries there too.

Edit the "makefile.vc" to add the paths to the xHarbour compiler and the C++ compiler

Make sure you get the path to the "mainwin.obj" correct in the makefile. You will also need the GTWVW.lib file somewhere to complete the build

run nMake (it should be on the path) to build.