Code::Blocks Forums

User forums => Help => Topic started by: dmb on November 27, 2008, 09:09:30 am

Title: Press ENTER to continue...
Post 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.
Title: Re: Press ENTER to continue...
Post by: Jenna on November 27, 2008, 09:37:43 am
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".
Title: Re: Press ENTER to continue...
Post by: dmb on November 27, 2008, 05:52:48 pm
Thanks, thats works.