Re: C++ and Embedded Python

2012-01-20 Thread Stefan Behnel
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

C++ and Embedded Python

2012-01-20 Thread jasonkeddie
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