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. [Solved] Deploying in Windows, missing DLLs

[Solved] Deploying in Windows, missing DLLs

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 5 Posters 2.8k 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
    Venom1991
    wrote on last edited by
    #1

    I am having trouble with deploying a Qt application on a target machine, one that doesn't have VS or Qt installed. Details can be found here - "SO":http://stackoverflow.com/questions/25695684/qt-deploying-on-windows

    1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      See if this "link":http://qt-project.org/doc/qt-5/windows-deployment.html helps.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

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

        Hi,

        This "wiki entry":http://qt-project.org/wiki/Deploy_an_Application_on_Windows is also a good source of information.

        From you SO entry, you have the image plugins folder at the wrong place, it should be plugins/imageformats

        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
        • G Offline
          G Offline
          goblincoding
          wrote on last edited by
          #4

          There is also "this old thread":https://qt-project.org/forums/viewthread/27056/#122606 in case you're still confused after reading the above.

          http://www.goblincoding.com

          1 Reply Last reply
          0
          • hskoglundH Offline
            hskoglundH Offline
            hskoglund
            wrote on last edited by
            #5

            Hi, you'll get error 0xc000007b when msvcp120.dll and msvcr120.dll is 64-bit flavored (i.e. copied from C:\Windows\System32) and your app is 32-bit.

            Try instead using the 32-bit flavored msvcp120.dll and msvcr120.dll chaps from C:\Windows\SysWOW64. (I've written about it "here":http://www.tripleboot.org/?p=138#MSVC2013 )

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

              That did the trick! Thank you.
              [quote author="hskoglund" date="1410100623"]Hi, you'll get error 0xc000007b when msvcp120.dll and msvcr120.dll is 64-bit flavored (i.e. copied from C:\Windows\System32) and your app is 32-bit.

              Try instead using the 32-bit flavored msvcp120.dll and msvcr120.dll chaps from C:\Windows\SysWOW64. (I've written about it "here":http://www.tripleboot.org/?p=138#MSVC2013 )
              [/quote]

              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