Code::Blocks Forums
User forums => Help => Topic started by: dmb on November 27, 2008, 09:09:30 am
-
Hello, I am working on a opengl application, and I was wondering if its anyway way possible to disable the "Press ENTER to continue" message from appearing when running it from within codeblocks. It gets a little annoying after a while, and can save a lot of time if there was a way to turn this off.
-
Open your projects properties.
Right-click on your project in manager, open "Properties... -> Build targets".
For all build targets, change "Type" to "GUI application", or at least uncheck "Pause when execution ends".
-
Thanks, thats works.