Re: how to control the console on windows platform



See if the previous discussion on this at http://groups.google.com/
group/comp.lang.tcl/browse_frm/thread/455469f6c9cf518e/
6ee2034e475fbfd1?hl=en#6ee2034e475fbfd1 helps.

/Ashok

On Jan 30, 2:01 pm, sunnyboy...@xxxxxxxxx wrote:
Hi, all
I have built one DLL with MingW on Windows XP platform, and then
created one starpack as a Tk application with Tclapp of TclDevKit3.2.
In Tcl code I can use "console show" and "console hide" to control the
Tcl/Tk console which can display the result of puts "command". But I
don't know how to control the Dos console. It doesn't have affect by
using -mwindows or
-mconsole option in gcc. And when exec one executable file in Tcl, it
will flash one Dos console. Now, I'd like to show the Dos console
during my development, and hide the Dos console in release version.
Could you tell me how to implement this?

Best Regards!
Tony


.