Author Topic: No text appears  (Read 3984 times)

Offline PheseantNetsuke

  • Single posting newcomer
  • *
  • Posts: 3
No text appears
« on: April 11, 2015, 08:08:27 pm »
Hello everyone ! I was using Code::Blocks without any problem until recently when I tried to generate the most elementary code ever. But when I do New > Project > Console application > C >... here's what appears:

Absolutely nothing... I don't know why or what I've done but now whenever I do this not even the single text appears. I also tried to open an existing code file and here's what I got:

The program should be saying 'Bonjour' but no matter what code I try putting it still says this ******* 'Hello world' ! Please help me if you can and thanks already.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: No text appears
« Reply #1 on: April 11, 2015, 10:16:34 pm »
Press F2 to see the management pane or reset the perspective. Btw: I cannot see anything on the images.
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

Offline PheseantNetsuke

  • Single posting newcomer
  • *
  • Posts: 3
Re: No text appears
« Reply #2 on: April 11, 2015, 10:56:34 pm »
It still doesn't work. If you can't see anything in the images try clicking it with the right mouse button than opening the image in a new tab.

Online stahta01

  • Lives here!
  • ****
  • Posts: 7592
    • My Best Post
Re: No text appears
« Reply #3 on: April 12, 2015, 03:49:52 am »
Re-build your program and try running it again.
If it still fails; post the full re-build log!

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 Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: No text appears
« Reply #4 on: April 12, 2015, 09:06:23 am »
To get the managemnet pane back you need to press "Shift+F2", "F2" toggles the "Logs & others" pane.
I suggest (as MortenMacFly also did) to reset the perspective ("View -> Perspectives -> Delete current").
If that is done and you really see which project is active and what you are doing, you can start to fix the other issue.

Offline PheseantNetsuke

  • Single posting newcomer
  • *
  • Posts: 3
Re: No text appears
« Reply #5 on: April 12, 2015, 10:01:52 am »
There we go it works thanks  :D !