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. Where is the Source code and DLLS for the windows dependencies of QT?
QtWS25 Last Chance

Where is the Source code and DLLS for the windows dependencies of QT?

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 4 Posters 543 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.
  • S Offline
    S Offline
    Sussybaka
    wrote on 9 Oct 2021, 03:04 last edited by
    #1

    Im having problems running a Universal Windows Platform app on my Linux PC. The following DLLS are missing

    • MSVCP140_APP.dll

    • vccorlib140_app.dll

    • VCRUNTIME140_1_APP.dll

    • VCRUNTIME140_APP.dll

    • XINPUTUAP.dll
      Any help with getting these dll files with their source code will be appreciated

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on 9 Oct 2021, 05:42 last edited by
      #2

      The first four are Microsoft runtime libraries from Visual Studio 2015. They are not open source. The runtime installer is here.

      The last item is also a Microsoft library from its Common Controller API or a UWP version of it. It may be part of DirectX.

      I would expect you should be able to install the C++ runtime under Wine (which I am assuming you are using). I am not sure any form of UWP program will go under Wine.

      1 Reply Last reply
      2
      • M Offline
        M Offline
        mrjj
        Lifetime Qt Champion
        wrote on 9 Oct 2021, 09:55 last edited by
        #3

        Hi

        Universal Windows Platform app on my Linux

        If you mean to run them natively, this won't work ints tied to the winRT runtime.

        Some work has been done
        https://ian.bebbs.co.uk/posts/UnoLinux

        S 1 Reply Last reply 9 Oct 2021, 15:51
        0
        • M mrjj
          9 Oct 2021, 09:55

          Hi

          Universal Windows Platform app on my Linux

          If you mean to run them natively, this won't work ints tied to the winRT runtime.

          Some work has been done
          https://ian.bebbs.co.uk/posts/UnoLinux

          S Offline
          S Offline
          Sussybaka
          wrote on 9 Oct 2021, 15:51 last edited by
          #4

          @mrjj I dont need to run it natively, I just need to run it through wine.

          1 Reply Last reply
          0
          • C Online
            C Online
            Christian Ehrlicher
            Lifetime Qt Champion
            wrote on 9 Oct 2021, 16:21 last edited by
            #5

            See https://www.microsoft.com/en-us/download/details.aspx?id=48145 for MSVC2015 runtimes

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

            S 1 Reply Last reply 9 Oct 2021, 17:09
            0
            • C Christian Ehrlicher
              9 Oct 2021, 16:21

              See https://www.microsoft.com/en-us/download/details.aspx?id=48145 for MSVC2015 runtimes

              S Offline
              S Offline
              Sussybaka
              wrote on 9 Oct 2021, 17:09 last edited by
              #6

              @ChrisW67 what about this post https://forum.qt.io/topic/119590/why-does-it-not-install-msvcp140-dll-and-vcruntime140_1-dll-when-i-install-version-5-12-6/2?
              When downloading that it didnt place the required dlls in

              C 1 Reply Last reply 10 Oct 2021, 06:59
              0
              • S Sussybaka
                9 Oct 2021, 17:09

                @ChrisW67 what about this post https://forum.qt.io/topic/119590/why-does-it-not-install-msvcp140-dll-and-vcruntime140_1-dll-when-i-install-version-5-12-6/2?
                When downloading that it didnt place the required dlls in

                C Offline
                C Offline
                ChrisW67
                wrote on 10 Oct 2021, 06:59 last edited by
                #7

                @Sussybaka What about it? That post is complaining that the Qt installer did not repair a broken Microsoft runtime installation on Windows. Your original post make no mention of Qt and you are not running on Windows (just a partial imitation of one).

                1 Reply Last reply
                0

                1/7

                9 Oct 2021, 03:04

                • Login

                • Login or register to search.
                1 out of 7
                • First post
                  1/7
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved