FWH and latest xHarbour from CVS

Post Reply
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

FWH and latest xHarbour from CVS

Post 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
User avatar
wmormar
Posts: 1050
Joined: Fri Oct 07, 2005 10:41 pm
Location: México
Contact:

Re: FWH and latest xHarbour from CVS

Post 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
William, Morales
Saludos

méxico.sureste
Post Reply