FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Error after installing FWH 2.7
Posts: 21
Joined: Mon Mar 20, 2006 12:48 PM
Error after installing FWH 2.7
Posted: Sun Apr 02, 2006 08:02 PM

After using FWH 2.7 for the first time I get an missing external error:

hb_dynsymSymbol

Is that due to FWH or maybe xHB which also is a new vesrsion (March)

Jules de Pierre

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Error after installing FWH 2.7
Posted: Sun Apr 02, 2006 10:13 PM
Jules,

Its a missing xharbour symbol. You have to add this to the PRG:
#pragma BEGINDUMP 

#include "hbapi.h" 
#include "hbapiitm.h" 

PHB_SYMB hb_dynsymSymbol( PHB_DYNS pDynSym ) 
{ 
   return pDynSym->pSymbol; 
} 

#pragma ENDDUMP
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 21
Joined: Mon Mar 20, 2006 12:48 PM
Error after installing FWH 2.7
Posted: Sun Apr 02, 2006 10:58 PM

It is working OK now.

Thanks Antonio

Jules

Continue the discussion