in reply to Re^5: Win32 Tk::TableMatrix CTRL+c bug?
in thread Win32 Tk::TableMatrix CTRL+c bug?

Sorry, I can't help, because I don't have Windows available. And the following won't show any traces of tcl include files or libraries on my Linux box:
cd Tk-TableMatrix-1.01 strace -f -eopen perl Makefile.PL | & grep -i tcl strace -f -eopen make | & grep -i tcl strace -f -eopen make test | & grep -i tcl
I can't think of any reason why this should be different on Windows.

Update: -f added

Replies are listed 'Best First'.
Re^7: Win32 Tk::TableMatrix CTRL+c bug?
by JamesNC (Chaplain) on Sep 27, 2004 at 22:28 UTC
    The original Node and the code I tested is using Tk-TableMatrix 1.1 and not 1.01 on your box.
    I can think of lots of reasons why Tk behaves very differently on Windows then it does on Linux. fileevent doesn't work on Win32 and there are lots of other headaches... Don't assume that if it works on Linux it works on Win32 because it doesn't.