Hi

I am trying to use a thirdparty dll which accepts function pointer as parameter. That dll is written in vc++.

I tried to use addressof operator to set the callback function but there is compile time error.... addressof expression can't be converted to system.inptr as system.inptr is not delegate type......

Anyhelp about this error......................

Thanks in advance