Code::Blocks Forums
		User forums => Help => Topic started by: gicabal on June 12, 2011, 03:31:51 pm
		
			
			- 
				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
- 
				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.
 
 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:
- 
				Well thanks for that , I suppose I am just used to the compiler I used before C::B's.
 
 Typical game programmer;
 
 Bye