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
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
#pragma BEGINDUMP
#include "hbapi.h"
#include "hbapiitm.h"
PHB_SYMB hb_dynsymSymbol( PHB_DYNS pDynSym )
{
return pDynSym->pSymbol;
}
#pragma ENDDUMPIt is working OK now.
Thanks Antonio
Jules