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. Mac/Windows Native Library Usage in Qt Quick
QtWS25 Last Chance

Mac/Windows Native Library Usage in Qt Quick

Scheduled Pinned Locked Moved General and Desktop
macwindowsframeworklibrary
6 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.
  • R Offline
    R Offline
    rsc_russell
    wrote on 19 Oct 2015, 18:58 last edited by
    #1

    I have a native objc/c library for mac and c++/.net library for windows. I do not have the source code for these libraries, yet they are critical for our application. I managed to add the mac Framework library to the application but I am not sure how to go about using it. The library utilizes an CAOpenGLLayer and various other OSX constructs. Is it possible to use this library with QT?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 19 Oct 2015, 22:40 last edited by SGaist
      #2

      Hi and welcome to devnet,

      I don't know about integrating CAOpenGLLayer within Qt but yes, you can mix Objective-C and C++. It's already done inside Qt itself.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      R 1 Reply Last reply 19 Oct 2015, 23:20
      0
      • S SGaist
        19 Oct 2015, 22:40

        Hi and welcome to devnet,

        I don't know about integrating CAOpenGLLayer within Qt but yes, you can mix Objective-C and C++. It's already done inside Qt itself.

        R Offline
        R Offline
        rsc_russell
        wrote on 19 Oct 2015, 23:20 last edited by
        #3

        @SGaist Thank you for the quick reply. Are there any tutorials you can point me to that demonstrate using a custom framework from code. I will be doing my own research, I have about a week to decide if QT is the direction we are going, but it would be immensely helpful to get a head start on that research.

        1 Reply Last reply
        0
        • J Offline
          J Offline
          JKSH
          Moderators
          wrote on 20 Oct 2015, 02:01 last edited by
          #4

          I'm not familiar with OS X Frameworks, but for Windows DLLs see http://doc.qt.io/qt-5/third-party-libraries.html

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          R 1 Reply Last reply 20 Oct 2015, 02:36
          0
          • J JKSH
            20 Oct 2015, 02:01

            I'm not familiar with OS X Frameworks, but for Windows DLLs see http://doc.qt.io/qt-5/third-party-libraries.html

            R Offline
            R Offline
            rsc_russell
            wrote on 20 Oct 2015, 02:36 last edited by
            #5

            @JKSH Thank you, this looks very promising. I have a Windows version I need to include also, so I think that will be a great resource.

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 20 Oct 2015, 20:15 last edited by
              #6

              You can find additional information in the qmake platform notes

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0

              1/6

              19 Oct 2015, 18:58

              • Login

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