Page 1 of 1

wxWidgets gui console

Posted: Sun Mar 08, 2009 1:55 am
by Pecan
Is there a way to disable the windows command prompt(console) that comes up when a gui program executes?

Re: wxWidgets gui console

Posted: Sun Mar 08, 2009 3:31 am
by jfouche
Yes

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

Re: wxWidgets gui console

Posted: Mon Mar 09, 2009 3:14 am
by Pecan
jfouche wrote:Yes

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