Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Build a UPW application for the Microsoft Store
Forum Updated to NodeBB v4.3 + New Features

Build a UPW application for the Microsoft Store

Scheduled Pinned Locked Moved Solved Installation and Deployment
2 Posts 1 Posters 476 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.
  • F Offline
    F Offline
    Francky033
    wrote on last edited by
    #1

    Hello,

    I have developed a Desktop application for Windows that I would like to offer on the Microsoft store. Under Visual Studio, I can recompile the application with the winrt_x64_msvc2017 version of Qt without any problem but I get an error message at startup...
    The message tells me that the msvcp140_app.dll and vcruntime140_app libraries are missing.

    When I try to retrieve these files from the C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.UWPDesktop_14.0.27026.1_x64__8wekyb3d8bbwe
    and when I restart the application, it crashes on startup.

    How do I launch the application? And how do I pack it and then offer it on the Windows Store?

    With my thanks,

    1 Reply Last reply
    0
    • F Offline
      F Offline
      Francky033
      wrote on last edited by
      #2

      I solved my problem by simply making a :

      qmake -tp vc project.pro

      Thanx!

      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