Trace.log

Trace.log

Postby Rick Lipkin » Wed Jul 09, 2008 6:02 pm

To All

This just showed up .. I have no clue what generated this trace.log .. using FWH806.

*** WARNING! Function: GETNEW Duplicate Definition: 0043FB0C in Module: tgetint.prg is hidden by previously registered Module: TCLIPGET.PRG Definition: 00407035

Rick Lipkin
SC Dept of Health, USA
User avatar
Rick Lipkin
 
Posts: 2636
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: Trace.log

Postby Enrico Maria Giordano » Wed Jul 09, 2008 6:03 pm

It is solved in the current xHarbour from CVS.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8378
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Postby Rick Lipkin » Wed Jul 09, 2008 6:10 pm

Enrico

Thank you for your QUICK responce .. I just downloaded the latest ( 806 ) FTDN version of xHarbour and the Trace.Log .. went away..

Thanks
Rick Lipkin
User avatar
Rick Lipkin
 
Posts: 2636
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Postby nageswaragunupudi » Wed Jul 09, 2008 10:39 pm

Trace.Log has its own advanatages for the developer. It tells us if there is more than one public symbol with the same name. Is there any runtime switch to turn on gernation of Trace.Log ?
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10313
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Postby Enrico Maria Giordano » Thu Jul 10, 2008 9:06 am

No, as far as I know. This is from xHarbour's hvm.c:

Code: Select all  Expand view
#ifdef TRACE_DUPLICATE_FUNCTIONS
                     /* NOTE: hb_traceInit() is not yet executed, but it uses s_bEmpty to not override output preceding hb_vmInit() */
                     TraceLog( NULL, "*** WARNING! Function: %s Duplicate Definition: %p in Module: %s is hidden by previously registered Module: %s Definition: %p\n",
                               pSymbol->szName, pSymbol->value.pFunPtr, szModuleName,
                               pDynSym->pModuleSymbols ? pDynSym->pModuleSymbols->szModuleName : "<unspecified>", pDynSym->pSymbol->value.pFunPtr );
#endif


EMG
User avatar
Enrico Maria Giordano
 
Posts: 8378
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Postby nageswaragunupudi » Fri Jul 11, 2008 11:22 am

Mr Enrico

Thanks for the information
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10313
Joined: Sun Nov 19, 2006 5:22 am
Location: India


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 40 guests