Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: 357mag on May 03, 2010, 06:16:06 pm

Title: Removing an exit code
Post by: 357mag on May 03, 2010, 06:16:06 pm
Process returned 0 (0 x 0) execution time 3.109 s. I don't suppose this line can be removed from always showing up at the console window?
Title: Re: Removing an exit code
Post by: wolfcry on May 08, 2010, 01:42:35 am
I could have sworn I asked this as well but I cannot find it anywhere. Unless I just read about it but I don't think it really ever got answered properly.  Either way, I would also like to know how to get rid of the execution time.
Title: Re: Removing an exit code
Post by: Ceniza on May 08, 2010, 04:37:00 pm
In the Project Properties go to the "Build targets" tab and uncheck "Pause when execution ends" for all targets where you do not want that behavior. In any case, that only happens when you run the program through the IDE.