Howto implement callback interface from unmanaged DLL to .net app?
问题 in my next project I want to implement a GUI for already existing code in C++. My plan is to wrap the C++ part in a DLL and to implement the GUI in C#. My problem is that I don\'t know how to implement a callback from the unmanaged DLL into the manged C# code. I\'ve already done some development in C# but the interfacing between managed and unmanaged code is new to me. Can anybody give me some hints or reading tips or a simple example to start from? Unfortunatly I could not find anything