FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Can I avoid console window when I run FWH application ?
Posts: 115
Joined: Mon Oct 17, 2005 04:42 AM
Can I avoid console window when I run FWH application ?
Posted: Sat Oct 14, 2006 05:46 AM

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.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Can I avoid console window when I run FWH application ?
Posted: Sat Oct 14, 2006 06:45 AM

Milan,

Please use GTGUI.lib instead of GTWIN.lib.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 115
Joined: Mon Oct 17, 2005 04:42 AM
Can I avoid console window when I run FWH application ?
Posted: Sat Oct 14, 2006 08:59 AM

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.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Can I avoid console window when I run FWH application ?
Posted: Sat Oct 14, 2006 07:15 PM

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 ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 115
Joined: Mon Oct 17, 2005 04:42 AM
Can I avoid console window when I run FWH application ?
Posted: Sun Oct 15, 2006 05:42 AM

Dear Antonio,

Yes it did solve the problem. Thanks a lot.

With best regards,

Milan.

Continue the discussion