tclobj
What: | tclobj |
Location: | http://www.fpx.de/fp/Software/tclobj/ |
Location: | (dead link) http://www.uni-frankfurt.de/%7Efp/Tcl/tclobj/ ftp://ftp.uni-frankfurt.de/pub/dist/frank/tclobj-1.2.tar.gz http://www.uni-frankfurt.de/%7Efp/Tcl/tcl-c++.txt |
Description: | Allow you to access C++ classes and to operate C++ objects from Tcl 7.5 or newer. Objects can be created, deleted, member functions invoked, and objects passed as parameters to other objects' member functions. Class definitions can be dynamically loaded into the interpreter. Requires an ANSI-compatible C or C++ compiler. The txt file discusses the issues in making C++ loadable modules work. |
Updated: | 2012-12 |
Contact: | [email protected] |
Contact: | Frank Pilhofer |
Frank Pilhofer: tclobj is an old package, and it is not maintained any more. Swig does a much better job. One still-useful fallout is "Making C++ Loadable Modules Work ", which describes some potential problems of building C++ modules for Tcl: