FWH and latest xHarbour from CVS
Posted: Thu Apr 26, 2007 7:04 am
PCODE version is changed in latest xHarbour from CVS but FWH seems to work fine after recompiling all its PRG source code.
EMG
EMG
www.FiveTechSoft.com
https://fivetechsoft.com/forums/
Enrico,EnricoMaria wrote:PCODE version is changed in latest xHarbour from CVS but FWH seems to work fine after recompiling all its PRG source code.
EMG
Code: Select all
/* NOTE: hb_traceInit() is not yet executed, but it uses s_bEmpty to not override output preceding hb_vmInit()
TraceLog( NULL, "*** WARNING! Function: %s in Module: %s is hidden by previously registered Module: %s\n",
pSymbol->szName, szModuleName, pDynSym->pModuleSymbols ? pDynSym->pModuleSymbols->szModuleName : "<unspecified>" ); */