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

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

2009-02-02 Thread yamini sardana
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 with the second argument as pLevelMax = pointer(c_double()) i