FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH and latest xHarbour from CVS
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
FWH and latest xHarbour from CVS
Posted: Thu Apr 26, 2007 07: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

Posts: 1076
Joined: Fri Oct 07, 2005 10:41 PM
Re: FWH and latest xHarbour from CVS
Posted: Thu Apr 26, 2007 08:36 AM
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:

/* 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
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: FWH and latest xHarbour from CVS
Posted: Thu Apr 26, 2007 11:29 AM

Thank you. I already reported it to the xHarbour developers list.

EMG

Continue the discussion