Just install the xharbour.exe that we provide and download the free Borland C compiler from here:
www.fivetechsoft.com/files/freecommandlinetools.exe
Install Borland and then create these two files in c:\borland\bcc55\bin:
(alternatively you can use c:\bcc55 instead of c:\borland\bcc55)
bcc32.cfg:
-I"c:\borland\bcc55\include"
-L"c:\borland\bcc55\lib"
ilink32.cfg:
-L"c:\borland\bcc55\lib"
Then go to fwh\samples\buildx.bat, edit it and adjust your paths, and then do: buildx.bat tutor01
You should get your first running EXE with the free xHarbour and FWH 8.04