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?

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 550 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 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 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
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on 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
        0
        • mrjjM mrjj

          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 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
          • Christian EhrlicherC Offline
            Christian EhrlicherC Offline
            Christian Ehrlicher
            Lifetime Qt Champion
            wrote on 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
            0
            • Christian EhrlicherC Christian Ehrlicher

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

              S Offline
              S Offline
              Sussybaka
              wrote on 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
              0
              • S Sussybaka

                @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 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

                • Login

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