callback to managed code from unmanaged code

  • Thread starter Thread starter bill
  • Start date Start date
B

bill

All,

How can I supply a C++ function callback pointer to an unmanaged DLL
and have it call back into my managed code?

TIA

Bill
 
bill said:
All,

How can I supply a C++ function callback pointer to an unmanaged DLL
and have it call back into my managed code?

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
 
Back
Top