Page 1 of 1

File Trace.log

Posted: Wed Jun 06, 2007 12:01 pm
by StefanHaupt
Hi,

running new compiled apps I always get a file named trace.log.

It contains these lines:
*** WARNING! Function: GETSYSFONT in Module: GETSYSIN.PRG is hidden by previously registered Module: ZR.PRG
*** WARNING! Function: ALERT in Module: alert.prg is hidden by previously registered Module: ALERT.PRG
*** WARNING! Function: GETNEW in Module: tgetint.prg is hidden by previously registered Module: TCLIPGET.PRG

What does that mean ? Is it an error in my app ?

Stefan

Re: File Trace.log

Posted: Wed Jun 06, 2007 12:41 pm
by Enrico Maria Giordano
No, it is an xHarbour problem that will be probably fixed shortly.

EMG

Posted: Wed Jun 06, 2007 3:33 pm
by StefanHaupt
Ok, thanks

Posted: Wed Jun 06, 2007 4:02 pm
by Antonio Linares
Enrico,

I don't think its an error. It looks as a quite usefull log to warn you for duplicated symbols, so you can know which ones you are using. It can certainly help to fix potential errors

Posted: Wed Jun 06, 2007 4:06 pm
by Enrico Maria Giordano
It's only annoying for me. At least it should be optional.

EMG

Posted: Wed Jun 06, 2007 4:11 pm
by Antonio Linares
> At least it should be optional.

Yes, I agree. Though I would set it activated by default

Posted: Wed Jun 06, 2007 4:13 pm
by Enrico Maria Giordano
Yes. The problem is that I have redefined some FWH functions and found that trace.log everywhere in my hard disk... :-)

EMG

Posted: Wed Jun 06, 2007 4:55 pm
by Antonio Linares
ops :-)