GLFW programs without the console

General questions regarding the usage of CodeLite
relminator
CodeLite Curious
Posts: 6
Joined: Tue Dec 14, 2010 8:26 am
Genuine User: Yes
IDE Question: C++
Location: Philippines
Contact:

GLFW programs without the console

Post by relminator »

Hi, I was able to build and run my opengl apps using GLFW but how do I remove that annoying console from popping up?

I am not using a makefile and only uses g++(console app).

Thanks!
jfouche
CodeLite Guru
Posts: 351
Joined: Mon Oct 20, 2008 7:26 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: GLFW programs without the console

Post by jfouche »

Go to project settings :
+ Common Settings
+ General
=> Uncheck "Pause when execution ends" at the bottom of the panel
Jérémie
Post Reply