Sample WEBEXP.prg with Trace file!

Post Reply
User avatar
JC
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil
Contact:

Sample WEBEXP.prg with Trace file!

Post 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!
Peace and lighting!

Júlio César M. Ferreira

FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
JC
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil
Contact:

Post 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 :)
Peace and lighting!

Júlio César M. Ferreira

FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Suposedly xHarbour was going to implement a flag or option to avoid the creation of that log file.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
JC
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil
Contact:

Post 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.
Peace and lighting!

Júlio César M. Ferreira

FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Post Reply