Re: [C++-sig] built-in submodule creation

2009-02-08 Thread Vadim Macagon
Hi Tim, I haven't been paying much attention to this list lately, so apologies for the late response. If you still haven't figured out a way to do what you wanted perhaps my post on the subject could be of some use:

Re: [C++-sig] Shared pointers and new objects

2009-02-08 Thread David Abrahams
on Sun Feb 01 2009, Eric Jonas wrote: > I am trying to return a shared pointer to a class Foo and then > test the results in python for equality, but they always seem to fail. > I've created the following two trivial classes: > > class Foo : public boost::noncopyable > { > }; > > typedef boos

Re: [C++-sig] Passing pointer to c++ functions.

2009-02-08 Thread David Abrahams
on Mon Feb 02 2009, yamini sardana wrote: > Hi, > > How do we pass a pointer to a c++ function from python. > > I have to call the below mentioned function from python > > long afSigGenDll_Manual_LevelMax_Get(afSigGenInstance_t sigGenId, double* > pLevelMax); > > When i am calling the function w