Next | Prev | Up | Top | Contents | Index
Creating a Shared Library
In order to make C program procedures available as Tcl procedures, you need to build and link them as a dynamic shared object for Tcl to invoke with the dlopen() library call. See the dlopen(3) and DSO(5) reference pages for details.
- Existing Tcl Extension Packages
-
- Developing a New Library
-
- Other Features of dlopen
-
Next | Prev | Up | Top | Contents | Index