wxWidgets gui console

General questions regarding the usage of CodeLite
Pecan
CodeLite Curious
Posts: 8
Joined: Sat Feb 28, 2009 5:06 am
Contact:

wxWidgets gui console

Post by Pecan »

Is there a way to disable the windows command prompt(console) that comes up when a gui program executes?
jfouche
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

Post by jfouche »

Yes

Add -mwindows to the linker options (with gcc, as I only use this compiler)
Jérémie
Pecan
CodeLite Curious
Posts: 8
Joined: Sat Feb 28, 2009 5:06 am
Contact:

Re: wxWidgets gui console

Post by Pecan »

jfouche wrote:Yes

Add -mwindows to the linker options (with gcc, as I only use this compiler)
Thanks
Post Reply