Page 1 of 1

Sample WEBEXP.prg with Trace file!

Posted: Thu Apr 24, 2008 1:40 pm
by JC
Hi Antonio!

With the sample webexp.prg, I get the file trace.. thats contain this:

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


How I remove this or resolve it?

Thanks!

Posted: Thu Apr 24, 2008 3:55 pm
by Antonio Linares
You can safely ignore that warning

It means that function GetNew() exists on two different modules, but you are linking the right one

Posted: Thu Apr 24, 2008 5:42 pm
by JC
Antonio Linares wrote:You can safely ignore that warning

It means that function GetNew() exists on two different modules, but you are linking the right one
Ok Linares, but the file generated? The trace.log? It's ugly :)

Posted: Thu Apr 24, 2008 5:43 pm
by Antonio Linares
Suposedly xHarbour was going to implement a flag or option to avoid the creation of that log file.

Posted: Thu Apr 24, 2008 5:48 pm
by JC
Antonio Linares wrote:Suposedly xHarbour was going to implement a flag or option to avoid the creation of that log file.
Ok! That seems yes.