COM API in EXE File
Unsolved
General and Desktop
-
wrote on 20 Feb 2018, 11:56 last edited by
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...
-
wrote on 21 Feb 2018, 21:09 last edited by
Hi, you can call the EXE file's COM API without a .TLB file.
If you have any documentation on the COM API you can use that instead.
1/2