windows - Using COM object in C++ with MinGW compiler -
I have an in-process com server (i.e., DLL) I want to use from the C ++ application which compiled With the MinGW suite (using the CodeLite IDE) I do not quite know where to start, any suggestions, suggestions or sample code to anyone?
Cheers, matte
Like a normal COM, you can get the COM class and the CLID To get the structure of its header files, then
CoCreateInstance (CLSID, ..., PPV), PPV- & gt; Your combi1 (rg1); There is nothing different in the form of development under the VC.
Comments
Post a Comment