PCODE version is changed in latest xHarbour from CVS but FWH seems to work fine after recompiling all its PRG source code.
EMG
PCODE version is changed in latest xHarbour from CVS but FWH seems to work fine after recompiling all its PRG source code.
EMG
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
/* 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>" ); */Thank you. I already reported it to the xHarbour developers list.
EMG