Version 3 of How to invoke a C function from Tcl

Updated 2004-08-24 16:31:10 by TV

While this topic might be regarded as merely a special case of the more general topic of "Extending Tcl", many newcomers to the subject conceive it in these more mechanical terms.

[...]

Variations:

Among the latter, Windows variants include

and, in a different way,

[Mention SWIG.]

TV Don't forget that a possibly completely platform independent method is to pass messages over a socket to a C-code based process. Example: [L1 ] . Long ago I've made some automation scripts to generate the frame for this sort of method which is quite possible in tcl.