Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
"Process terminated with status" (how to disable?)
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: "Process terminated with status" (how to disable?) (Read 4702 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?
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
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
Logged
(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!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
"Process terminated with status" (how to disable?)