PCODE version is changed in latest xHarbour from CVS but FWH seems to work fine after recompiling all its PRG source code.
EMG
FWH and latest xHarbour from CVS
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: FWH and latest xHarbour from CVS
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
confirmado, funciona sin problemas.
Aunque cuando se ejecuta la aplicación genera un trace.log
se corrige en la linea siguiente:
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>" ); */
saludos
William, Morales
Saludos
méxico.sureste
Saludos
méxico.sureste
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: FWH and latest xHarbour from CVS
Thank you. I already reported it to the xHarbour developers list.
EMG
EMG