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. Does code written in microsoft visual c++ using windows API will work in Qt?
QtWS25 Last Chance

Does code written in microsoft visual c++ using windows API will work in Qt?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 2.5k 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.
  • P Offline
    P Offline
    pratik041
    wrote on last edited by
    #1

    If not is their any way to convert that code to Qt supported language?

    Pratik Agrawal

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lgeyer
      wrote on last edited by
      #2

      Qt is an API, like the Windows Platform API, both beeing used with the language C++. You might use code using the Windows Platform API within your Qt projects.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andre
        wrote on last edited by
        #3

        Qt itself uses lots of Windows platform API internally (on windows, obviously, not on Linux). Are you looking for automatic code translation between code written for windows using native APIs to Qt APIs? If so: don't hold you breath. I do not think there is or will ever be a reliable way to do that.

        P.S. Moving. This has nothing to do with language bindings.

        1 Reply Last reply
        0

        • Login

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