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
Forum Update on Monday, May 27th 2025

COM API in EXE File

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 449 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.
  • W Offline
    W Offline
    webzoid
    wrote on 20 Feb 2018, 11:56 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
    • H Offline
      H Offline
      hskoglund
      wrote on 21 Feb 2018, 21:09 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

      1/2

      20 Feb 2018, 11:56

      • Login

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