News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Console windows not opening -- please help

Started by jtk, July 15, 2010, 10:53:57 AM

Previous topic - Next topic

jtk

"Terminal to launch console programs:" in Settings/Environments
is set to xterm -T $TITLE -e

Running windows 7
Tried to download xterm and found odd terminal apps. 
all I want is to see the console output.

oBFusCATed

"Terminal to launch console programs:" is for the non-Windows OSes.

What type of project do you try to run, also what is the CB version?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

jtk

Quote from: oBFusCATed on July 15, 2010, 11:13:31 AM
"Terminal to launch console programs:" is for the non-Windows OSes.

What type of project do you try to run, also what is the CB version?

??? i'm running windows 7.  CB version is 10.05

I need the console to open and stay open (eventually in linux as well but that's a different thread).  Nothing happens when I run a console properly compiled app (set to release).

jtk

HELLO?????????????????????

Trying to get console windows to open.

oBFusCATed

Do you have cmd.exe (Start -> Run -> cmd )?

Also look if the checkboxes Project->Properties->Build options -> run in console and Project->Properties->Build options -> wait program to terminate.
Both of them should be checked in order for C::B to show the console.

to devs: why is that so?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

marcoose777

Yes, I agree with above. Code::blocks lower versions used to have a docked console output that could be permanently displayed quite useful indeed. Seems odd to remove a useful feature. Minor grumble really, I still like code::blocks lots.  :)

oBFusCATed

marcoose777:
C::B never had an integrated console.
But it can print the log of your program in the "Build log" window (I think).
What is your problem exactly?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

marcoose777

Probably being vague, but the console output window was dockable (version 8.0x) and permanently visible whether build target was debug or release, don't remember if c::b was invoked with additional options. Not really a problem tho, just took a little bit of time fathoming out what to do and when.  :D

Jenna

Quote from: marcoose777 on July 20, 2010, 05:34:57 PM
Probably being vague, but the console output window was dockable (version 8.0x) and permanently visible whether build target was debug or release, don't remember if c::b was invoked with additional options. Not really a problem tho, just took a little bit of time fathoming out what to do and when.  :D

I don't know this feature (at least not in the offficial releses and trunk).
Can you please tell me where to download this version ?