jasonked...@hotmail.com, 20.01.2012 14:52:
> Is there a method to allow a pointer to an object in local memory to
> be shared with embedded Python within a C++ executable?
>
> The reason I require this is I have a C++ instance of a class that has
> data memers that are themeselves pointers to othe
Is there a method to allow a pointer to an object in local memory to
be shared with embedded Python within a C++ executable?
The reason I require this is I have a C++ instance of a class that has
data memers that are themeselves pointers to other object types. It is
a fairly complicated object.
In