Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. COM API in EXE File

COM API in EXE File

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 492 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • webzoidW Offline
    webzoidW Offline
    webzoid
    wrote on last edited by
    #1

    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...

    1 Reply Last reply
    0
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by
      #2

      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 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved