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
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