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. Qt5.6 mscv14
Qt 6.11 is out! See what's new in the release blog

Qt5.6 mscv14

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 4.5k 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.
  • cfdevC Offline
    cfdevC Offline
    cfdev
    wrote on last edited by
    #1

    Hello!
    I must to compile my program with Qt mscv14 version because I use webenginewidgets And mingw doesn't support it on 5.6.
    -> Ok

    But now, how to deploy correctly my binary...? I try to use windeployqt.exe tool and after add
    msvcp140.dll, vcruntime140.dll, there is api-ms-win-crt-runtime-l1-1-0.dll missing and when I put it with my binary it's doesn't work! :(

    how to deploy correctly Qt binary on with msvc14 compiler ?
    Thx

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      That dll is part of the Visual C++ re-distributable http://download.microsoft.com/download/9/b/3/9b3d2920-49f7-4e76-a55c-d72b51e44537/vc_redist.x86.exe

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      cfdevC 1 Reply Last reply
      1
      • VRoninV VRonin

        That dll is part of the Visual C++ re-distributable http://download.microsoft.com/download/9/b/3/9b3d2920-49f7-4e76-a55c-d72b51e44537/vc_redist.x86.exe

        cfdevC Offline
        cfdevC Offline
        cfdev
        wrote on last edited by
        #3

        @VRonin ok so the user must be download and install it?

        S 1 Reply Last reply
        0
        • VRoninV Offline
          VRoninV Offline
          VRonin
          wrote on last edited by
          #4

          Virtually every C++ program compiled with MSVC will need the C++ runtime environment. So yes, they will need it installed

          "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
          ~Napoleon Bonaparte

          On a crusade to banish setIndexWidget() from the holy land of Qt

          1 Reply Last reply
          0
          • cfdevC cfdev

            @VRonin ok so the user must be download and install it?

            S Offline
            S Offline
            sandy.martel23
            wrote on last edited by
            #5

            Typically, your installer should use the VC redistributable module to install the appropriate runtime with your application.
            See:
            https://msdn.microsoft.com/en-us/library/ms235299.aspx

            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