Author Topic: Press ENTER to continue...  (Read 6392 times)

dmb

  • Guest
Press ENTER to continue...
« 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Press ENTER to continue...
« Reply #1 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".

dmb

  • Guest
Re: Press ENTER to continue...
« Reply #2 on: November 27, 2008, 05:52:48 pm »
Thanks, thats works.