Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. [SOLVED] Qextserialport issues on Windows!

[SOLVED] Qextserialport issues on Windows!

Scheduled Pinned Locked Moved 3rd Party Software
6 Posts 3 Posters 5.9k 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.
  • V Offline
    V Offline
    vezprog
    wrote on last edited by
    #1

    First of all, I have only developed on Qt4 in the Linux environment, so Windows Qt is a little new to me as of today (should be very similar I would assume, since its cross platform).

    I am having trouble building the library for qextserialport in Windows. Note: I have successfully done this in Linux.

    I have downloaded qextserialport-1.2win-alpha from the source website.
    http://sourceforge.net/projects/qextserialport/

    Next, I opened the project file, and tried to build the libraries and get a ton of errors (which the glorious people in other forums say that they downloaded it, built the library and walla, it was done...)

    Has anyone used this library recently on Windows successfully and if so, is there a step by step process on how to do this on Windows?
    (in linux, you are able to just used the cpp files as internal files in your project and you can use the libraries as well)

    Next, I am also not really sure how to link the library in my project when building. This fun little project that I am currently working on is going to be built statically so all of the serial libraries will need to be contained in the executable.

    Any guidance would be awesome, and I thank you in advance!

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      The code site has been moved to "google":http://code.google.com/p/qextserialport/ in 2009. This may be the easier version for building a library on windows.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vezprog
        wrote on last edited by
        #3

        I actually found another version on the website, the "non" alpha version that was there. So I was able to build it and create the .dll.

        Now the question is, how do I link this up with my current project and where do i pull the dll?

        Thanks!

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goetz
          wrote on last edited by
          #4

          For linking see the "Declaring Other Libraries":/doc/qt-4.7/qmake-project-files.html of the docs. For the deployment, see the "General Deployment Guide":/doc/qt-4.7/deployment.html and the "Windows specific notes":/doc/qt-4.7/deployment-windows.html

          http://www.catb.org/~esr/faqs/smart-questions.html

          1 Reply Last reply
          0
          • K Offline
            K Offline
            koahnig
            wrote on last edited by
            #5

            [quote author="dvez43" date="1321538756"]I actually found another version on the website, the "non" alpha version that was there. So I was able to build it and create the .dll.
            [/quote]

            Which website do you refer to?

            Vote the answer(s) that helped you to solve your issue(s)

            1 Reply Last reply
            0
            • V Offline
              V Offline
              vezprog
              wrote on last edited by
              #6

              Sorry for the late reply, I used the sourceforge.net link. The older version builds just fine and has been working great. Thanks.

              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