First, COM is like black magic for me. But I need to use COM dll in one project I\'m working on.
So, I have a DLL I am developing and I need some functionalities tha
If it's a COM DLL, all you need do is add it as a reference to your project, and then you can call the functions that are within the DLL.
Yes, you can use the low level COM functions like DLLGetClassObject, but why would you?