Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jerryd on December 09, 2016, 03:47:30 am

Title: Never get a project tree
Post by: jerryd on December 09, 2016, 03:47:30 am
Code:Blocks forum,

 Windows 7

 I just downloaded and installed Code:Blocks 16.01 with MinGW. When
 I start a new project I don't get a project tree.  I click on the
 project name but nothing happens.  If I start an "Empty file" it's
 a .c which I can compile and run but, of course, as soon as I add
 something like #include <iostream> the compile fails.

 Any suggestions?

Jerry D.
Title: Re: Never get a project tree
Post by: stahta01 on December 09, 2016, 04:31:55 am
Post a build log for the second problem of building. http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)

SHIFT+F2 for the management window NOT being displayed.
If that is NOT your first problem; then, more information is needed.
Edit: Look at this link for a problem that might be yours http://forums.codeblocks.org/index.php/topic,21569.0.html (http://forums.codeblocks.org/index.php/topic,21569.0.html)

Tim S.

Title: Re: Never get a project tree
Post by: jerryd on December 09, 2016, 05:26:46 am
stahta01,

 Thanks for the reply.

 I realized I was opening an "Empty project" by mistake.

Jerry D.