Version 5 of How to invoke a C function from Tcl

Updated 2004-08-24 17:22:40 by cl

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.]


For those broad-minded enough to replace "function" by process, TV recommends IPC:

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.