Antonio ,
Debug with Fw 8.09 dosn't work ( xHarbour and BCC )
I test ALTD.PRG with FW 8.03 and works .
Regards Maurizio
www.nipeservice.com
Antonio ,
Debug with Fw 8.09 dosn't work ( xHarbour and BCC )
I test ALTD.PRG with FW 8.03 and works .
Regards Maurizio
Maurizio,
Have you linked gtwin.lib instead of gtgui.lib ? (just for debug)
Antonio ,
yes I have linked gtwin.lib
Maurizio
Maurizio,
We should try the debugger in console mode, without FWH, to check if it is working or if it is broken.
We are going to make a test asap. If you can try it there, we appreciate it, thanks.
Antonio
I try in consol mode without FWH and debug works .
Regards Maurizio
Maurizio,
What GT... library have you used for console mode, GTWIN.lib ?
Maurizio,
With Harbour is working fine.
It seems something has changed in xHarbour. The text console needs to be created or the debugger will not be seen.
For your console test I guess that you have linked gtwin.lib and removed -aa flag for ilink32, right ?
Maurizio,
Have you use the xHarbour that we publish for your text mode test ?
REQUEST HB_GT_WIN
REQUEST HB_GT_WIN_DEFAULT
function Main()
...Antonio,
Thank ,now works.
Maurizio