Hola Amigos
En el foro encontré una versión de Browse de Hernan modificada por Rossine y al compilar el tHeader.prg no me aparece ningun error, pero al pasar por el Link salen estos errores :
Turbo Incremental Link 5.00
Error:Unresolved external ‘_HB_FUN_SETHDWIDTH’ referenced from C:\FWH\SAMPLES\BRW\WBRW\THEADER.OBJ
Error:Unresolved external ‘_HB_FUN_SETHDBMP’ referenced from C:\FWH\SAMPLES\BRW\WBRW\THEADER.OBJ
EndLink
que se refieren a las lineas:
METHOD SetWidth(nIndex,nWidth) INLINE SetHDWidth(::hWnd,nIndex-1,nWidth)
METHOD SetBmp(nIndex,hBmp) INLINE SetHDBmp(::hWnd,nIndex-1,hBmp)
Me pueden ayudar a corregir este error?
Muchas gracias
Jorge Vargas