Code::Blocks Forums

User forums => Help => Topic started by: PheseantNetsuke on April 11, 2015, 08:08:27 pm

Title: No text appears
Post by: PheseantNetsuke 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:
(http://i.imgur.com/X8dVXUg.png)
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:
(http://i.imgur.com/gJi7ogo.png)
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.
Title: Re: No text appears
Post by: MortenMacFly 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.
Title: Re: No text appears
Post by: PheseantNetsuke 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.
Title: Re: No text appears
Post by: stahta01 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.
Title: Re: No text appears
Post by: Jenna 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.
Title: Re: No text appears
Post by: PheseantNetsuke on April 12, 2015, 10:01:52 am
There we go it works thanks  :D !