Instruction on accessing a interface to an application, in plain C/C++ without:
- MFC
- ATL
- WTL
Basically, I would like to make use of a COM object.
Working sample source code or guidance - to using (functionality) a COM object, not creating a COM server.
Regards