Version 6 of Tclobj

Updated 2012-09-30 14:54:41 by RLE

http://www.fpx.de/fp/Software/tclobj/ describes an interface between C++ objects and Tcl.


What: tclobj
Where: 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: 11/1997
Contact: mailto:[email protected] (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 a text that describes some potential problems of building C++ modules for Tcl: http://www.fpx.de/fp/Software/tcl-c++/ .