ffidl - Foreign Function Interface
Description
Ffidl allows you to call C functions using pure Tcl
wrappers. You specify a function name, a library, a list
of argument types, and a return type, and Ffidl takes
care of the nasty details of converting a Tcl command
call into a C function call for you. So, if you have a
shared library and a specification of the entries in the
library, you can wrap the library into a Tcl extension
with Ffidl and pure Tcl.
Information
Releases
Version | Date | Announce |
---|
0.1 | 1999-10-26 | |
0.4 | 1999-11-06 | |
0.5 | 1999-11-22 | |
0.6 | 2006-10-30 | |