News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Progressbar control help...

Started by gicabal, June 12, 2011, 03:31:51 PM

Previous topic - Next topic

gicabal

To the Forum.

I am getting a line of text on execution; before the press any key functionality.

Process returned 0 (0x0)      execution time  :   0.250s
This i take is a progressbar control.

How can I disable it ?

gicabal

MortenMacFly

Quote from: gicabal on June 12, 2011, 03:31:51 PM
Process returned 0 (0x0)      execution time  :   0.250s
This i take is a progressbar control.
This is not a "progressbar control", but a text entry in the C::B logs.

Quote from: gicabal on June 12, 2011, 03:31:51 PM
How can I disable it ?
You cannot "disable" what C::B logs for your conveniance. However, why on earth would you like to disable this message? It tells you that you app did run; how long it did run and what exit code came back from your app. This all is most-valuable information. It makes no sense at all to "disable" this log entry.

Mind to explain in more detail what exactly your problem is?! :shock:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

gicabal

Well thanks for that , I suppose I am just used to the compiler I used before C::B's.

Typical game programmer;

Bye