News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Program compiles and runs with no errors, but does not show up.

Started by some, February 14, 2016, 03:00:52 AM

Previous topic - Next topic

some

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.


oBFusCATed

(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!]

some

Operating system is windows 7, code::blocks version is 13.12

oBFusCATed

What is the type of the target you're using?
To show something in the console you need to set it to console.
(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!]

some

Thanks oBFusCATed, I must have toggled view/select target/release. Turning it back on fixed my problem.