Code::Blocks Forums

User forums => Help => Topic started by: kesstun on January 09, 2010, 06:47:33 pm

Title: Console app problem
Post by: kesstun on January 09, 2010, 06:47:33 pm
I opened Code::Blocks and made a new console app, when you do that you get a basic hello world program i built and then tried to run that folloinw the instructions of the C++ book i have, but when i ran it the console didnt open, nothing happens when i try to run it. Can anyone tell me whats wrong?
Title: Re: Console app problem
Post by: stahta01 on January 09, 2010, 07:11:43 pm
The mind reader has this century off; need the standard info!

1. Operating System?
2. Code::Blocks Version/SVN?
3. Compiler and Version of Compiler?

NOTE: You MUST MAKE SURE YOU have a Compiler Installed on YOUR PC!

4. Code::Blocks configured to use the Compiler
http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler

5. Turn on Full Compiler Logging
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

Tim S.

Title: Re: Console app problem
Post by: kesstun on January 09, 2010, 07:23:59 pm
Thx so much the problem was the Full Compiler Logging.
Title: Re: Console app problem
Post by: Jenna on January 09, 2010, 08:19:30 pm
Thx so much the problem was the Full Compiler Logging.
Surely not.
It doesn't matter, whether you turn on full compiler logging or not.

But it helps to find errors in your settings, because you see the commands, that really get send to the compiler.