Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Solved Missing vcruntime140_app.dll when running app in release mode in Qt Creator

    General and Desktop
    1
    2
    419
    Loading More Posts
    • 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.
    • R
      Rory_1 last edited by

      My c++ application has been successfully running in debug and release mode in windows using Qt 5.13.1. I downloaded Qt 5.15.2, which somehow resulted in my projects getting scrambled. I can no longer see the build or run settings in Projects.

      Going back to Qt 5.13.1 and Qt Creator 4.10.1 I attempted to create a new kit:

      c++ compiler: Microsoft Visual C++ Compiler 14.0 (x86_amd64)
      Auto detected CDB at C:Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe
      Qt version: Qt 5.13.1 MSVC2015 64bit
      Debug effective qmake call: C:\Qt\5.13.1\msvc2015_64\bin\qmake.exe "D:\My Projects\Winnow Project\Winnow64\winnow64.pro" -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" && C:/Qt/Tools/QtCreator/bin/jom.exe qmake_all
      Release effective qmake call: C:\Qt\5.13.1\msvc2015_64\bin\qmake.exe "D:\My Projects\Winnow Project\Winnow64\winnow64.pro" -spec win32-msvc && C:/Qt/Tools/QtCreator/bin/jom.exe qmake_all

      I am able to build and run my project in debug mode. I can build and run in release mode without errors in Qt Creator but the app crashes. The executable reports missing vcruntime140_app.dll. Before this, the app required vcruntime140.dll. I do not want a universal app. Something has changed and I am hoping you can help me pin it down. Thanks in advance for any help.

      R 1 Reply Last reply Reply Quote 0
      • R
        Rory_1 @Rory_1 last edited by

        @Rory_1 I have resolved this issue. In my release folder Qt5Core.dll was the wrong version. I have no idea why this dll was changed, but not the other Qt5 dll's.

        1 Reply Last reply Reply Quote 2
        • First post
          Last post