|
2 |
edited tags
|
||
|
1 |
|
||
Pointer to Pointer Managed C++I have an old C library with a function that takes a void**:
I'm trying to call this function from managed C++ (m_pStuff is a member of the parent ref class of type void*):
This gives me the following error from Visual Studio:
Any advice on how to resolve this, I'm guessing the compiler is converting the void* member pointer to a cli::interior_ptr behind my back.
|
||||
