Page 1 of 1

FWH and latest xHarbour from CVS

Posted: Thu Apr 26, 2007 7:04 am
by Enrico Maria Giordano
PCODE version is changed in latest xHarbour from CVS but FWH seems to work fine after recompiling all its PRG source code.

EMG

Re: FWH and latest xHarbour from CVS

Posted: Thu Apr 26, 2007 8:36 am
by wmormar
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
Enrico,

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>" ); */
Comentando este trozo de código, ya no genera dicho archivo.

saludos

Re: FWH and latest xHarbour from CVS

Posted: Thu Apr 26, 2007 11:29 am
by Enrico Maria Giordano
Thank you. I already reported it to the xHarbour developers list.

EMG