Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Is it possible to make compiled VS2010 library to work with qt
Forum Updated to NodeBB v4.3 + New Features

Is it possible to make compiled VS2010 library to work with qt

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 1.1k Views 1 Watching
  • 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
    RahPan
    wrote on last edited by
    #1

    Hi
    I'm writing a GUI program which is going to grab video frames from a camera and fuse it with other information from other sensors and radars to detect moving objects ... I'm writing my code in Linux ....
    the problem is that the camera company has provided the compiled library only for VS2010. It's obvious that they will not work on my qt project. But I wonder if there's any way to apply it in my project in Linux (using some cross compilers or ....) .... I have to continue writing my code in Linux so I can't move to windows just for this problem ...

    I'm in a hurry and I'd be pleased to know if there's any solution to this problem ....
    Thanks

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      You can't use Windows libraries in Linux. Depending on your requirements, you could make a compromise and use something like wine to acquire the data using this library and use some form of IPC (e.g. client/server architecture) to send the data to your linux host.

      Hope it helps

      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
      • R Offline
        R Offline
        RahPan
        wrote on last edited by
        #3

        thanks... you mean by using Wine project I can use my .lib in linux ? I don't have access to the source codes and I think that wine needs to have access to the source codes in order to create something usable in linux ..

        and I didn't understand the second part of your answer (use some form of IPC) ... what is that ? would you please explain just a bit more ?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          No, what i meant is that you could write a little program that would get the data you need from the camera, and then send them on the linux side for further processing.

          IPC = Inter Process Communication

          You have several examples in Qt's documentation. In your case, you would probably need a TCP client/server model.

          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

          • Login

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