Error after installing FWH 2.7

Error after installing FWH 2.7

Postby Jules de Pierre » Sun Apr 02, 2006 8: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
Jules de Pierre
 
Posts: 21
Joined: Mon Mar 20, 2006 12:48 pm
Location: Netherlands

Postby Antonio Linares » Sun Apr 02, 2006 10:13 pm

Jules,

Its a missing xharbour symbol. You have to add this to the PRG:
Code: Select all  Expand view
#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
User avatar
Antonio Linares
Site Admin
 
Posts: 41366
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Jules de Pierre » Sun Apr 02, 2006 10:58 pm

It is working OK now.

Thanks Antonio

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


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 54 guests