Re: [C++-sig] Passing opaque pointers between modules

2011-10-06 Thread Glenn Ramsey
On 07/10/11 09:36, Glenn Ramsey wrote: Is it possible to pass an opaque pointer from one bpl module to another? Following the documentation [1] I am able to successfully pass an opaque pointer from one function in a module to another function in that same module. Attempting to pass the opaque po

[C++-sig] Passing opaque pointers between modules

2011-10-06 Thread Glenn Ramsey
Is it possible to pass an opaque pointer from one bpl module to another? Following the documentation [1] I am able to successfully pass an opaque pointer from one function in a module to another function in that same module. Attempting to pass the opaque pointer to another module results in an