wxWidgets gui console
-
- CodeLite Curious
- Posts: 8
- Joined: Sat Feb 28, 2009 5:06 am
- Contact:
wxWidgets gui console
Is there a way to disable the windows command prompt(console) that comes up when a gui program executes?
-
- CodeLite Guru
- Posts: 351
- Joined: Mon Oct 20, 2008 7:26 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
Re: wxWidgets gui console
Yes
Add -mwindows to the linker options (with gcc, as I only use this compiler)
Add -mwindows to the linker options (with gcc, as I only use this compiler)
Jérémie
-
- CodeLite Curious
- Posts: 8
- Joined: Sat Feb 28, 2009 5:06 am
- Contact:
Re: wxWidgets gui console
Thanksjfouche wrote:Yes
Add -mwindows to the linker options (with gcc, as I only use this compiler)