C++/Tcl A C++ library for interoperability between C++ and Tcl |
cpptcl.h
- to be #include
d in your own
projects,cpptcl.cc
- to be linked with your own projects,details
directory - this directory should be visible on the include search path.$ g++ myprog.cc cpptcl.cc -o myprog
-I/usr/local/include/tcl8.4 -I/usr/local/include/boost_1_33_0
-L/usr/local/lib -ltcl84
$ g++ mymodule.cc cpptcl.cc -shared -o myprog
-I/usr/local/include/tcl8.4 -I/usr/local/include/boost_1_33_0
Makefile
s provided with test and example programs
should serve as good examples.