Author Topic: Never works  (Read 3154 times)

Offline mosfet

  • Multiple posting newcomer
  • *
  • Posts: 23
Never works
« on: March 01, 2008, 12:19:07 pm »
Hi,

it's always the same thing, I am trying to get CodeBlocks to run but without success.
I have installed the brand new 8.02 version with mingw support then I have started a new console application.
Here is the result :

http://www.smartmobili.com/Downloads/TestCB.swf

If someone can explain ....
I cannot see the project tree with my main.cpp, I cannot even add a file since for CB there is no current project.

UPDATE : I cannot believe it, I have finally found the solution !!!!
Actually I don't know why but everytime I was creating a new project or opening an existing one, CB didn' show me the projects tab.
I have clicked on the left arrow in the management toolbar and now evrything works fine.

Maybe there was a bad registry key that was causing the problem.

I hope you will fix this bug ...




« Last Edit: March 01, 2008, 12:35:16 pm by mosfet »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Never works
« Reply #1 on: March 01, 2008, 04:48:11 pm »
Maybe there was a bad registry key that was causing the problem.
We don't use the registry as this is a cross-platform IDE. So this cannot be the reason. Did you over-install C::B over an old version? Did you had installed an old version but did not remove it correctly (including the settings9? That's most likely the error. but...
I hope you will fix this bug ...
...that's not a bug so -> nothing to fix.

With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ