News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Press ENTER to continue...

Started by dmb, November 27, 2008, 09:09:30 AM

Previous topic - Next topic

dmb

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.

Jenna

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".

dmb