Re: [C++-sig] void* (void pointer) function arguments

2011-08-15 Thread Jim Bosch
On 08/15/2011 08:11 AM, Holger Joukl wrote: Hi, I'm trying to wrap a C++-API that uses void* to pass around arbitrary, application-specific stuff. I am a bit unsure about how to work the void-pointers. A viable way seems to wrap the original API functions with thin wrappers that take a boost::

[C++-sig] void* (void pointer) function arguments

2011-08-15 Thread Holger Joukl
Hi, I'm trying to wrap a C++-API that uses void* to pass around arbitrary, application-specific stuff. I am a bit unsure about how to work the void-pointers. A viable way seems to wrap the original API functions with thin wrappers that take a boost::python::object and hand the "raw" PyObject* in