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. VCRUNTIME140D.dll was not found
Qt 6.11 is out! See what's new in the release blog

VCRUNTIME140D.dll was not found

Scheduled Pinned Locked Moved Solved General and Desktop
8 Posts 5 Posters 6.4k 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.
  • EngelardE Offline
    EngelardE Offline
    Engelard
    wrote on last edited by Engelard
    #1

    I tried first time to use my apps anywhere but my PC, and when my friend try to run executable it gives the error:

    "The code execution cannot proceed because VCRUNTIME140D.dll was not found."

    He have x64 proc and x64 windows ten. So what the problem might be?

    P.S. in google i found same problems, but with qt vcruntime140.dll, not qt vcruntime140D.dll

    P.P.S. i want to figure out is it his fault as a customer, or my fault as a developer?

    KroMignonK 1 Reply Last reply
    0
    • EngelardE Offline
      EngelardE Offline
      Engelard
      wrote on last edited by
      #2

      After my friend downloaded like 4 different dlls it eventually gives this stuff:
      0_1553527116618_qtt.jpg

      1 Reply Last reply
      0
      • EngelardE Engelard

        I tried first time to use my apps anywhere but my PC, and when my friend try to run executable it gives the error:

        "The code execution cannot proceed because VCRUNTIME140D.dll was not found."

        He have x64 proc and x64 windows ten. So what the problem might be?

        P.S. in google i found same problems, but with qt vcruntime140.dll, not qt vcruntime140D.dll

        P.P.S. i want to figure out is it his fault as a customer, or my fault as a developer?

        KroMignonK Offline
        KroMignonK Offline
        KroMignon
        wrote on last edited by KroMignon
        #3

        @Engelard said in VCRUNTIME140D.dll was not found:

        P.P.S. i want to figure out is it his fault as a customer, or my fault as a developer?

        in short ==> it's your fault!

        To deploy a Windows application, take a look at https://doc.qt.io/qt-5/windows-deployment.html

        PS: vcruntime140D.dll is required, because you have build your application in "Debug" mode, not "Release"

        It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth. (Sherlock Holmes)

        aha_1980A EngelardE 2 Replies Last reply
        6
        • KroMignonK KroMignon

          @Engelard said in VCRUNTIME140D.dll was not found:

          P.P.S. i want to figure out is it his fault as a customer, or my fault as a developer?

          in short ==> it's your fault!

          To deploy a Windows application, take a look at https://doc.qt.io/qt-5/windows-deployment.html

          PS: vcruntime140D.dll is required, because you have build your application in "Debug" mode, not "Release"

          aha_1980A Offline
          aha_1980A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on last edited by aha_1980
          #4

          @Engelard

          Just to add to @KroMignon

          PS: vcruntime140D.dll is required, because you have build your application in "Debug" mode, not "Release"

          Which you should, of course, not do. Please deploy Release applications and DLLs.

          Qt has to stay free or it will die.

          1 Reply Last reply
          3
          • Christian EhrlicherC Offline
            Christian EhrlicherC Offline
            Christian Ehrlicher
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @aha_1980 said in VCRUNTIME140D.dll was not found:

            Which you should, of course, not do

            It's not allowed at all:
            https://social.msdn.microsoft.com/Forums/windows/en-US/585c1af7-799f-4018-bfe2-c75c770d0978/vs-2015-vcruntime140ddll?forum=vcgeneral

            Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
            Visit the Qt Academy at https://academy.qt.io/catalog

            1 Reply Last reply
            3
            • S Offline
              S Offline
              shaan7
              wrote on last edited by
              #6

              You need to take care of deploying the required DLLs etc. These will be helpful-

              https://doc.qt.io/qt-5/windows-deployment.html
              https://wiki.qt.io/Deploy_an_Application_on_Windows

              1 Reply Last reply
              2
              • KroMignonK KroMignon

                @Engelard said in VCRUNTIME140D.dll was not found:

                P.P.S. i want to figure out is it his fault as a customer, or my fault as a developer?

                in short ==> it's your fault!

                To deploy a Windows application, take a look at https://doc.qt.io/qt-5/windows-deployment.html

                PS: vcruntime140D.dll is required, because you have build your application in "Debug" mode, not "Release"

                EngelardE Offline
                EngelardE Offline
                Engelard
                wrote on last edited by Engelard
                #7

                @KroMignon said in VCRUNTIME140D.dll was not found:

                because you have build your application in "Debug" mode, not "Release"

                Oh damn me really.))

                I simply put in folder of my app .dlls which it's asked when i try to run raw .exe file, i don't know what is your "deploying" stuff is(yet).

                1 Reply Last reply
                0
                • EngelardE Offline
                  EngelardE Offline
                  Engelard
                  wrote on last edited by
                  #8

                  Tnx everyone, best example of deployment i found:
                  https://www.youtube.com/watch?v=8qozxqSZQEg

                  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