Page 1 of 1

Can I avoid console window when I run FWH application ?

Posted: Sat Oct 14, 2006 5:46 am
by Milan Mehta
Hello All,

When I run an FWH application, a console window also pop up along with main window. Can I avoid it ? I am using May 2006 build.

TIA
Milan.

Posted: Sat Oct 14, 2006 6:45 am
by Antonio Linares
Milan,

Please use GTGUI.lib instead of GTWIN.lib.

Posted: Sat Oct 14, 2006 8:59 am
by Milan Mehta
Dear Antonio,

I am still getting two windows open after linking GtGui.Lib instead of GtWin.Lib. Do I need to do anything else ?

TIA
Milan.

Posted: Sat Oct 14, 2006 7:15 pm
by Antonio Linares
Milan,

Please check that you are using these flags when calling ilink32:

ilink32 -Gn -aa -Tpe -s -v ...

What Windows version are you using ? Can you reproduce it using a FWH sample ?

Posted: Sun Oct 15, 2006 5:42 am
by Milan Mehta
Dear Antonio,

Yes it did solve the problem. Thanks a lot.

With best regards,

Milan.