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!
GLFW programs without the console
-
- CodeLite Curious
- Posts: 6
- Joined: Tue Dec 14, 2010 8:26 am
- Genuine User: Yes
- IDE Question: C++
- Location: Philippines
- Contact:
-
- 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
Go to project settings :
+ Common Settings
+ General
=> Uncheck "Pause when execution ends" at the bottom of the panel
+ Common Settings
+ General
=> Uncheck "Pause when execution ends" at the bottom of the panel
Jérémie