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????
Problem Using wxWidgets under codelite
-
- CodeLite Enthusiast
- Posts: 10
- Joined: Tue Sep 20, 2011 2:07 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Expert
- Posts: 176
- Joined: Sun Aug 17, 2008 2:45 pm
- Contact:
Re: Problem Using wxWidgets under codelite
Uncheck 'Project Settings->General->Pause when execution ends'
Frank
Frank
-
- 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
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
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
-
- 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
I get it fixed thank you all the same !!