Author Topic: Console app problem  (Read 2845 times)

Offline kesstun

  • Single posting newcomer
  • *
  • Posts: 2
Console app problem
« 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?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Console app problem
« Reply #1 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.

C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline kesstun

  • Single posting newcomer
  • *
  • Posts: 2
Re: Console app problem
« Reply #2 on: January 09, 2010, 07:23:59 pm »
Thx so much the problem was the Full Compiler Logging.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Console app problem
« Reply #3 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.