microsoft / DesktopBridgeToUWP-Samples

This repo contains the samples that demonstrate the usage patterns for the Desktop Conversion extensions.
MIT License
491 stars 271 forks source link

Update AppServiceBridgeSample_C++ to declare VC++ dependency in package.appxmanifest #65

Open DominikMe opened 6 years ago

DominikMe commented 6 years ago

Creating a store app and installing it will succeed but on launch Windows won't find vclibs.

Please update the Sample to reference the dependency in the manifest.

https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-prepare https://blogs.msdn.microsoft.com/vcblog/2016/07/07/using-visual-c-runtime-in-centennial-project/