A number of different tclkit executables are provided here for the Windows 64bit archtecture. These are all build for AMD64 using the MSVC 8 compiler provided in the Platform SDK for Server 2003. They should work on 64 bit XP and have been tested on Windows Vista x64. As UPX doesn't support this architecture the binaries are packed in a zip file. Original style: ------------------ tclkit: Standard tclkit using Metakit for the vfs so requires a C++ library. tclkitsh: tclkit without Tk using Metakit. This runs in a console. For these executables [info loaded] shows: {{} zlib} {{} vfs} {{} rechan} {{} Mk4tcl} {{} Itcl} Lite-style ---------- tclkit-cli: A tclkit that uses a non-C++ extension to access the vfs (vqtcl). The -cli version have no-Tk. Also missing Incr-tcl. NOTE: NO C++ LIBRARY REQUIRED. tclkit-dyn: As above but with Tk included in the vfs. tclkit-gui: As above but Tk is linked into the executable. For these executables [info loaded] shows: {{} zlib} {{} vfs} {{} rechan} {{} vlerq} Custom executables: ------------------- Lkit-* : these are tclkit-lite executables that include a version of Larry McVoy's L language