A number of different tclkit executables are provided here. They have all been built on Windows XP and should run on all versions of windows from Windows 98 and up. They are all upx compressed. 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} Tclkit DLL ---------- kit-lite*.dll: This is tclkit built as a DLL. It exposes the Tcl API and can be used to embed Tcl in an application while only shipping a single binary containing all necessay Tcl support code. Lkit ---- The Lkit binaries are tclkits as above but which also include support for the L language support. See http://wiki.tcl.tk/17082 for some details about this. L is a C style language that compiles into Tcl bytecode.