From: Jeff H. <je...@Ac...> - 2003-12-09 18:16:53
|
> Is it possible to call the TCL interpreter from a C++ > application, in a way that they will run in the same data > block? What I mean is could it be possible that the TCL > program could access addresses of variables of the C++ > application? If so, how can it be done? How is the sharing of > the process data block defined? Is there an example 'on board'? Is this a threading question, or are you just looking for Tcl_LinkVar? Jeff Hobbs, The Tcl Guy http://www.ActiveState.com/, a division of Sophos |