Author Topic: "Process terminated with status" (how to disable?)  (Read 3706 times)

cogs

  • Guest
"Process terminated with status" (how to disable?)
« on: March 29, 2010, 12:40:20 am »
totally new here, and want to only see the program's output, not the return status (in cmd window). looked in forums and google. tried settings/compiler&debugger/other settings/compiler logging (all settings). how to disable this output?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: "Process terminated with status" (how to disable?)
« Reply #1 on: March 29, 2010, 01:11:15 am »
Project -> Properties -> Build targets

Ensure that project type is Console and you have checked the "Pause when execution ends"...

Also you can take a look at the manual -> http://www.codeblocks.org/user-manual

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]