As you can see above, the current Tcl version uses windows APIs to
access the filesystem. So, I would consider it as a mixed
half-Windows/half-Cygwin version...
Thus, I would say the Tk GUI is not the only problem in the current
version...
On Fri, 15 Oct 2004 14:22:02 -0400 (EDT), Charles Wilson wrote:
> Rxvt already does this. Do tk/itk make GDI calls that aren't
> covered by rxvt's W11 library? If so, wouldn't a more worthwhile
> investment of effort be to extend the W11 library with the
> implementation of the appropriate X11 calls (by plundering the
> tk/itk GDI implementation as needed), and then use the W11 library
> in the same way as rxvt does.
So, let's extend the terminology:
a "Cygwin, W11" version
uses xlib calls to draw stuff on a display using the W11 library
this works with or without a xserver running
With this "Cygwin, W11" Tk version, this would cover the insight/gdb
requirements without the need for 2 distinct Tk DLL's or majorly hacking
the code.
I will try and have a proof of concept working ASAP...