Page 1 of 1

Problem Using wxWidgets under codelite

Posted: Tue Sep 20, 2011 2:25 pm
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????

Re: Problem Using wxWidgets under codelite

Posted: Tue Sep 20, 2011 9:26 pm
by frank_frl
Uncheck 'Project Settings->General->Pause when execution ends'

Frank

Re: Problem Using wxWidgets under codelite

Posted: Tue Sep 20, 2011 10:30 pm
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

Re: Problem Using wxWidgets under codelite

Posted: Thu Sep 22, 2011 2:56 pm
by SamHu
I get it fixed thank you all the same !!