Friends,
I'm trying to migrate my application from xHarbour to Harbour. Now I have a problem compiling the TwBrowse Hernan class. Incidentally, I can usually compile the class, but to link the application generates the following error:
Error: Unresolved external '_HB_FUN_DBSKIPPER' referenced from C:\FWH13\LIB\TWBRW32H.LIB|WBROWSE
I Have tbrowse.prg includes the following:
But not solved ... Does anyone have this working class to harbour 3.2/FWH 13/08?
I'm trying to migrate my application from xHarbour to Harbour. Now I have a problem compiling the TwBrowse Hernan class. Incidentally, I can usually compile the class, but to link the application generates the following error:
Error: Unresolved external '_HB_FUN_DBSKIPPER' referenced from C:\FWH13\LIB\TWBRW32H.LIB|WBROWSE
I Have tbrowse.prg includes the following:
#ifdef __HARBOUR__
  #ifndef __XHARBOUR__
   #xtranslate _DbSkipper => DbSkipper
  #endif
#endifBut not solved ... Does anyone have this working class to harbour 3.2/FWH 13/08?