Version 5 of Tclobj

Updated 2003-01-15 21:16:12

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 [L1 ].


Category Package