Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

void pointers in Managed C++ for use in C#

0 views
Skip to first unread message

Ryan

unread,
Mar 15, 2004, 4:41:17 PM3/15/04
to
I'm writing a wrapper class in Managed C++ for some libraries that I need
to use in C#. The problem I'm having is that some of the functions that
are being wrapped take void*. Further, some take function pointers for
function definitions that use void* as a parameter. I don't know how to
deal with this...I'd like to be able to cast to an object or something
along those lines, but that doesn't seem possible.

How would one go about doing this?

Thanks.

0 new messages