Error after installing FWH 2.7

Post Reply
Jules de Pierre
Posts: 21
Joined: Mon Mar 20, 2006 12:48 pm
Location: Netherlands

Error after installing FWH 2.7

Post by Jules de Pierre »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Jules,

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

Code: Select all

#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
Jules de Pierre
Posts: 21
Joined: Mon Mar 20, 2006 12:48 pm
Location: Netherlands

Post by Jules de Pierre »

It is working OK now.

Thanks Antonio

Jules
Post Reply