Code::Blocks Forums
User forums => Help => Topic started by: minfob on August 09, 2009, 07:02:37 pm
-
Hello,
The Hello World Console Application builds great but when I run there is no console window that comes up with output. I work on Windows XP SP3 with CodeBlocks 8.02 and Borland C/C++ 5.5.
In this Forum I've read about this Problem, but on Linux. And for Linux there exists a Patch to resolve it. But on Windows I don't get it run.
Thanks for Help!
Michael
-
In this Forum I've read about this Problem, but on Linux. And for Linux there exists a Patch to resolve it. But on Windows I don't get it run.
Do you really mean a patch, or setting correct configuration options ?
By the way works for me on windows and on linux out of the box. I don't use borland-compiler, but that should not matter.
Is there any output in the logs ?
Dou you run Release or Debug target ?
Do you use a wizard-created console-project or did you create it manually ?
-
Hello,
thanks for your answer.
Well, they called it patch: https://developer.berlios.de/bugs/?func=detailbug&bug_id=14037&group_id=5358 (https://developer.berlios.de/bugs/?func=detailbug&bug_id=14037&group_id=5358)
Unfortunately there is no output in the logs, when I click run.
I tried both, Release and Debug target, but there is always the same problem.
I use the wizard to create a console-project.
Thanks for further help.
Michael