
Using Tcl/TK extensions in Windows 95/NT environments
Quote:
>And would this require a complete new set of binaries for tcl and tk for each
>extension, or would a separate .dll for each extension be sufficient ?
>I've heard some talk about dynamically loadable libraries before, but all that
>doesn't seem to be available in a PC environment (yet?) ...
It is possible to build dynamically loadable extensions for Tcl under
Windows. Take a look at the file win31-sample-ext.tar.* on the ftp
site. It's a little out of date, but it should show you the basic
idea. Note, however, that you must be using Borland C++ to build a
.dll that can be loaded by Tcl. Either that or you need to build your
own copy of tcl/tk using your own compiler.
--Scott