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
Error after installing FWH 2.7
-
- Posts: 21
- Joined: Mon Mar 20, 2006 12:48 pm
- Location: Netherlands
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Jules,
Its a missing xharbour symbol. You have to add this to the PRG:
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
-
- Posts: 21
- Joined: Mon Mar 20, 2006 12:48 pm
- Location: Netherlands