I created a COM C++ and register it in the Windows system.
Now, If I'm creatine a C++ application and would like to load it and call the function objects, I'm using the CoCreateInstance function.
What should I do instead that if I want to create .NET (C#) application and load the COM C++?
Thanks