Tcl bug

Mumit Khan khan@xraylith.wisc.edu
Sat Nov 21 20:21:00 GMT 1998


Earnie Boyd <earnie_boyd@yahoo.com> writes:
> ---Mumit Khan <khan@xraylith.wisc.edu> wrote:
> 
> I get console output from cygwish80.
> 

Earnie,

You're referring to the Tk console, not OS console which is where the
puts etc goes when run *non-interactively*. Win32 GUI apps don't have
consoles, so it goes nowhere (eg., the printfs in GUI apps don't show 
up anywhere).

I typically redefine puts et al to open up a fake console (text widget)
and sends the output there. I've also created a custom wish on win32 that 
does have console, and you get the expected output.

For portable Tk apps, you simply can't use puts etc and expect it to
work when run non-interactively. It's not a cygwin limitation, but
rather a "feature" of Windows GUI subsystem.

Regards,
Mumit

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list