Ollie,
Ok we found the problem: You need FWH 7.04 and the Harbour setup we provide with it. It does not work with 7.01.
Ollie,
Ok we found the problem: You need FWH 7.04 and the Harbour setup we provide with it. It does not work with 7.01.
Ollie,
I just wanted to let you know that Antonio had me upgrade to the latest version of FiveWin (7.04) and the debugger is working perfectly now. You will still need the gtwin.lib file Antonio mentioned.
-Patrick
Antonio,
I use xHarbour Comercial. What I must do to debug work with it?
Regards,
Maurilio
If you use the commercial xHarbour then you can use the debuger made for windows.
Compile the source with debug checkbox on.
Then run your program as follows
xDebugW myprogram.exe
don't forget to add the .exe to the filename.