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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -