How can I supply a C++ function callback pointer to an unmanaged DLL
and have it call back into my managed code?
TIA
Bill
It was discussed in this thread:
http://tinyurl.com/77bc9
Note that the Thunk class demonstrated there leaks gchandle, which Willy
corrected in the last message.
Tom