News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Never get a project tree

Started by jerryd, December 09, 2016, 03:47:30 AM

Previous topic - Next topic

jerryd

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.

stahta01

#1
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

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.next.codeblocks.org/index.php/topic,21569.0.html

Tim S.

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

jerryd

stahta01,

Thanks for the reply.

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

Jerry D.