Version 7 of Tclobj

Updated 2012-12-14 00:22:19 by pooryorick

Summary

tclobj

Attributes

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

Description

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: