Code::Blocks Forums

User forums => Help => Topic started by: some on February 14, 2016, 03:00:52 am

Title: Program compiles and runs with no errors, but does not show up.
Post by: some on February 14, 2016, 03:00:52 am
Codeblocks compiles my program correctly, no errors. However when it runs, nothing shows up. I don't remember changing any settings either, so I must have misclicked a setting somehow.


I can post my program, but neither the new one I wrote or the older ones I was running fine before work now, so I'm not sure how much help that would be.

Title: Re: Program compiles and runs with no errors, but does not show up.
Post by: oBFusCATed on February 14, 2016, 12:04:21 pm
What os  and cb version are you using?
Title: Re: Program compiles and runs with no errors, but does not show up.
Post by: some on February 14, 2016, 08:27:47 pm
Operating system is windows 7, code::blocks version is 13.12
Title: Re: Program compiles and runs with no errors, but does not show up.
Post by: oBFusCATed on February 14, 2016, 09:24:09 pm
What is the type of the target you're using?
To show something in the console you need to set it to console.
Title: Re: Program compiles and runs with no errors, but does not show up.
Post by: some on February 15, 2016, 08:28:53 pm
Thanks oBFusCATed, I must have toggled view/select target/release. Turning it back on fixed my problem.