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. Uknown module(s) in QR: serialport
Forum Updated to NodeBB v4.3 + New Features

Uknown module(s) in QR: serialport

Scheduled Pinned Locked Moved Solved General and Desktop
6 Posts 3 Posters 954 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.
  • B Offline
    B Offline
    beginner-1
    wrote on last edited by
    #1

    Hello,

    I have a project written some years ago to create an .exe file used to control a set up. I had to change something to the set up and thus change some code in the project and then compile again to create a new .exe file.

    Option 1: using an old version of Qt 32bit in a 64bit computer, I can run the project inside Qt but when I try to run the .exe I get the message: "The application was unable to start correctly (0xc000007b)".

    Option 2: I installed the newest trial version and when I try to build, I get the message: "Uknown module(s) in QT: serialport"

    Do you have any suggestions on how to solve any of these issues?

    Thank you in advance for your help!

    jsulmJ 1 Reply Last reply
    0
    • B beginner-1

      Hello,

      I have a project written some years ago to create an .exe file used to control a set up. I had to change something to the set up and thus change some code in the project and then compile again to create a new .exe file.

      Option 1: using an old version of Qt 32bit in a 64bit computer, I can run the project inside Qt but when I try to run the .exe I get the message: "The application was unable to start correctly (0xc000007b)".

      Option 2: I installed the newest trial version and when I try to build, I get the message: "Uknown module(s) in QT: serialport"

      Do you have any suggestions on how to solve any of these issues?

      Thank you in advance for your help!

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @beginner-1 said in Uknown module(s) in QR: serialport:

      I installed the newest trial version

      You mean open source version?
      How did you install it?
      If you used Qt Online Installer you need to also select QtSerialport module separately I think.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • B Offline
        B Offline
        beginner-1
        wrote on last edited by
        #3

        No, I installed the commercial version, they offer a trial for a short period. I downloaded the "qt-unified-windows-x64-4.4.1-online.exe" file to install it from the website.

        How do I select the QtSerialport module?

        I can see in C:\Qt\Examples\Qt-6.3.1\serialport files for the serial port

        J.HilkJ 1 Reply Last reply
        0
        • B beginner-1

          No, I installed the commercial version, they offer a trial for a short period. I downloaded the "qt-unified-windows-x64-4.4.1-online.exe" file to install it from the website.

          How do I select the QtSerialport module?

          I can see in C:\Qt\Examples\Qt-6.3.1\serialport files for the serial port

          J.HilkJ Offline
          J.HilkJ Offline
          J.Hilk
          Moderators
          wrote on last edited by
          #4

          @beginner-1 said in Uknown module(s) in QR: serialport:

          How do I select the QtSerialport module?

          alt text

          special thanks to @ChrisW67 for providing the screenshot in an other topic.


          Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


          Q: What's that?
          A: It's blue light.
          Q: What does it do?
          A: It turns blue.

          B 1 Reply Last reply
          2
          • J.HilkJ J.Hilk

            @beginner-1 said in Uknown module(s) in QR: serialport:

            How do I select the QtSerialport module?

            alt text

            special thanks to @ChrisW67 for providing the screenshot in an other topic.

            B Offline
            B Offline
            beginner-1
            wrote on last edited by
            #5

            @J-Hilk
            Thank you so much!! It worked!

            Now I have another error saying:
            QDesktopWidget: No such file or directory

            J.HilkJ 1 Reply Last reply
            0
            • B beginner-1

              @J-Hilk
              Thank you so much!! It worked!

              Now I have another error saying:
              QDesktopWidget: No such file or directory

              J.HilkJ Offline
              J.HilkJ Offline
              J.Hilk
              Moderators
              wrote on last edited by
              #6

              @beginner-1 that no longer exists in Qt6

              https://doc.qt.io/qt-6/widgets-changes-qt6.html

              You‘re supposed to use QScreen, if I read that correctly


              Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


              Q: What's that?
              A: It's blue light.
              Q: What does it do?
              A: It turns blue.

              1 Reply Last reply
              1

              • Login

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