Calling a native callback from managed .NET code (when loading the managed code using COM)
- by evilfred
Hi,
I am really confused by the multitude of misinformation about native / managed interop.
I have a C++ exe which is NOT built using CLR stuff (it is not Managed C++ or C++/CLI and never will be). I would like to access some code I have in a C# assembly. I can access the C# assembly using COM. However, when my C# code detects an event I would…