COM API in EXE File
Unsolved
General and Desktop
-
I'm using a set of 3rd party tools within my Qt application. One of these tools is in the form of a DLL which exposes a COM API. I have no issue with using this inside my application.
Another tool, however, exposes a COM API as part of the EXE file. In this instance, I'm not sure how I would go about using this API within my application as there is no "TLB" file which I can import.
I hope this makes sense...