Tclkit is a statically linked tclsh. So there is no tcl85.dll for it -
it is linked into the executable along with a virtual filesystem
containing the necessary script files.
Looks like you need to use a plain tclsh/wish instead.
> Tclkit is a statically linked tclsh. So there is no tcl85.dll for it -
> it is linked into the executable along with a virtual filesystem
> containing the necessary script files.
> Looks like you need to use a plain tclsh/wish instead.
Either that or use what's called a stardll (dll version of same executable).
Jeff