Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Qt 6
  4. Qt6.24 deploy software with release issues
Qt 6.11 is out! See what's new in the release blog

Qt6.24 deploy software with release issues

Scheduled Pinned Locked Moved Unsolved Qt 6
9 Posts 4 Posters 1.6k 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.
  • Sam1990S Offline
    Sam1990S Offline
    Sam1990
    wrote on last edited by
    #1

    Qt6.24发布软件运行报错:the procedure entry poiint _ZNSt3pmr20get_default_res
    ourceEv could not be located in the dynamic link library C:\Code\Qt\SPR\software\Qt6Gui.dll
    C:\Code\Qt\SPR\software\Qt6Network.dll
    C:\Code\Qt\SPR\software\Qt6Core.dll
    C:\Code\Qt\SPR\software\Qt6Widgets.dll
    then exit automatically

    1 Reply Last reply
    0
    • Axel SpoerlA Offline
      Axel SpoerlA Offline
      Axel Spoerl
      Moderators
      wrote on last edited by
      #2

      A bit of guessing in the dark: The missing symbol get_default_resource looks like std::pmr is used but your compiler (unlikely because you have compiled Qt code) or the target system (more likely because that’s where you get the error) don’t support C++17.

      Software Engineer
      The Qt Company, Oslo

      Sam1990S 1 Reply Last reply
      0
      • Axel SpoerlA Axel Spoerl

        A bit of guessing in the dark: The missing symbol get_default_resource looks like std::pmr is used but your compiler (unlikely because you have compiled Qt code) or the target system (more likely because that’s where you get the error) don’t support C++17.

        Sam1990S Offline
        Sam1990S Offline
        Sam1990
        wrote on last edited by
        #3

        @Axel-Spoerl ,would you like to give me your answer?

        1 Reply Last reply
        0
        • Axel SpoerlA Offline
          Axel SpoerlA Offline
          Axel Spoerl
          Moderators
          wrote on last edited by
          #4

          You have my answer.
          If you need more information, share more data.
          Your code, your cmake or qmake files.
          Which system do you compile on? Where do you try to run the executable?

          Software Engineer
          The Qt Company, Oslo

          Sam1990S 1 Reply Last reply
          0
          • Sam1990S Offline
            Sam1990S Offline
            Sam1990
            wrote on last edited by
            #5

            Dear Axel Spoerl:
            It's so glad i have your reply,i design a new software with Qt6.24 ,i plan to release a first edition with tool Windeployqt.exe,it show up error when i finished that and run my application,i will provide you my source code,you can do a test ,and find issues out,it seems that i can not up load zip file contain my sourcecode,would you like give me other contact way?email address or clould space?
            thanks

            best reguards
            Sam

            1 Reply Last reply
            0
            • Axel SpoerlA Axel Spoerl

              You have my answer.
              If you need more information, share more data.
              Your code, your cmake or qmake files.
              Which system do you compile on? Where do you try to run the executable?

              Sam1990S Offline
              Sam1990S Offline
              Sam1990
              wrote on last edited by
              #6

              @Axel-Spoerl ,
              my email address:906279042@qq.com or faith_sys@hotmail.com

              1 Reply Last reply
              0
              • M Offline
                M Offline
                mchinand
                wrote on last edited by
                #7

                Does your application work when you run it from QtCreator?
                Did you build Qt yourself? What compiler and what compiler version are you using?

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  Croitor Alexandru
                  wrote on last edited by Croitor Alexandru
                  #8

                  Usually this issue means you forgot to add the MinGW bin directory to the PATH environment variable when running your application.
                  Or if it's a deployed application, then the relevant MinGW dlls were likely not deployed together with the application executable.

                  Sam1990S 1 Reply Last reply
                  1
                  • C Croitor Alexandru

                    Usually this issue means you forgot to add the MinGW bin directory to the PATH environment variable when running your application.
                    Or if it's a deployed application, then the relevant MinGW dlls were likely not deployed together with the application executable.

                    Sam1990S Offline
                    Sam1990S Offline
                    Sam1990
                    wrote on last edited by
                    #9

                    @Croitor-Alexandru
                    not it's not a problem,i have solved it ,that is because i deploy it with dos mode under windows,so issues showed up ,i have to do this under dos of mingw64 Qt6.24,now it's ok,anyway thanks a lot

                    best reguards

                    Sam

                    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