Is Tcl/Tk available for Windows x64 (2003 server 64 or XP-64) as native
64-bit binaries? I've seen Active Tcl's website but they don't mention
64-bit windows.
I'm porting a 32-bit signal processing program (huge beast) written in C
that uses curses for input, and I'm evaluating what to use for porting. I
can't find a suitable x64 implementation of curses, so I'm checking other
options. My target platforms are Win32, native x64 Windows, and Solaris
(probably Linux in a couple of years), so I need a GUI method available on
all those platforms. If you have any suggestions I'll appreciate it
Sergio
Get the Microsoft Windows Platform SDK and install it. Open the build
environment for Windows XP 64 bit retail (there are a bunch of similar
options installed into the start menus). Now go and build tcl using
the win/makefile.vc build script.
I have an example of a Win64-amd64 tclkit at
http://www.patthoyts.tk/tclkit.html#amd64
which you might like to try out.
--
Pat Thoyts http://www.patthoyts.tk/
To reply, rot13 the return address or read the X-Address header.
PGP fingerprint 2C 6E 98 07 2C 59 C8 97 10 CE 11 E6 04 E0 B9 DD
OK, Thanks. I'll try that. I think we've found an alternate option (write
a mini-curses using the console API and continue to use curses in Solaris),
but will try Tcl/Tk anyways.
Sergio
"Pat Thoyts" <cngg...@hfref.fbheprsbetr.arg> wrote in message
news:87ps7z9...@badger.patthoyts.tk...