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
Have a look at this, Marshal.GetDelegateForFunctionPointer?