Antonio
I try the debug (ALTD.PRG) with FW 7.07 and xHarbour but it does'n work .
( with FW2.5 it works very well )
Regards MAurizio
www.nipeservice.com
Antonio
I try the debug (ALTD.PRG) with FW 7.07 and xHarbour but it does'n work .
( with FW2.5 it works very well )
Regards MAurizio
Maurizio,
Are you using GTWIN.lib instead of GTGUI.lib ? (just for debugging)
Antonio ,
debug works with GTWIN.lib
but I have to change always the LIb or there are a better solution ?
Regards Maurizio
You have to change the lib as the debugger output goes to a text console
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_HB_GT_GUI' referenced from C:\FWH\LIB\FIVEH.
RRSYSW
* There are errorsJavier,
Prueba a comentar esta l铆nea en fwh\source\function\errsysw.prg:
// REQUEST HB_GT_GUI
solo para usar el debugger. A ver si te funciona bien, gracias
Antonio,
驴a que libreria pertenece errsysw.prg?
pues supongo debo recompilarlo y reemplazarlo de alguna libreria ... ![]()
Javier,
Pertenece a la de m贸dulos en PRG: FiveH.lib 贸 FiveHX.lib, seg煤n uses Harbour 贸 xHarbour.
Pero para hacer una prueba es suficiente con que copies el contenido de errsysw.prg al final de tu PRG y ah铆 lo modifiques, asi no tienes que tocar las librer铆as ![]()
Javier,
La soluci贸n correcta es cambiar:
REQUEST HB_GT_GUI
por
REQUEST HB_GT_WIN
en fwh\source\function\errsysw.prg, para que el debugger pueda funcionar con Harbour (esto no es necesario con xHarbour)
Antonio,
Ya he compilado con la modificaci贸n, pero lo unico que sale al ejecutar el programa, es una ventana con fondo negro tipo MS-DOS. Que no pone nada.
![]()
Javier,
Prueba con el c贸digo fwh\samples\AltD.prg, gracias