Problem Using wxWidgets under codelite

General questions regarding the usage of CodeLite
SamHu
CodeLite Enthusiast
Posts: 10
Joined: Tue Sep 20, 2011 2:07 pm
Genuine User: Yes
IDE Question: C++
Contact:

Problem Using wxWidgets under codelite

Post by SamHu »

I am using the codelite+MinGW+wxWidgets.
the whole package is handy
However ,
when I create a windows app (not console)project by wizard and build it,
the executable file always load a ugly console first then open the GUI window
and I checked the "-mswindows" is already set in the link option (the so-called solution I find)

so I am stuck here and dying for it.

Is there anything wrong in the configuration or something else ?

I have no clue

Any, suggestion????
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Re: Problem Using wxWidgets under codelite

Post by frank_frl »

Uncheck 'Project Settings->General->Pause when execution ends'

Frank
gopalvenu
CodeLite Enthusiast
Posts: 10
Joined: Wed Sep 07, 2011 8:08 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Problem Using wxWidgets under codelite

Post by gopalvenu »

Actually this window can be handy at times.

What I do if I want to execute without the cmd window is to create a windows shortcut to my executable and use that.

Venu Gopal
SamHu
CodeLite Enthusiast
Posts: 10
Joined: Tue Sep 20, 2011 2:07 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Problem Using wxWidgets under codelite

Post by SamHu »

I get it fixed thank you all the same !!
Post Reply