Author Topic: Once more no console after run, but on Windows and not on Linux  (Read 4012 times)

minfob

  • Guest
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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Once more no console after run, but on Windows and not on Linux
« Reply #1 on: August 09, 2009, 07:11:51 pm »
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 ?

minfob

  • Guest
Re: Once more no console after run, but on Windows and not on Linux
« Reply #2 on: August 09, 2009, 07:20:46 pm »
Hello,

thanks for your answer.

Well, they called it patch: 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