mmaitre314 / MediaCaptureWPF

Camera preview in WPF Desktop apps using WinRT MediaCapture
http://mmaitre314.github.io/MediaCaptureWPF
Apache License 2.0
52 stars 26 forks source link

Target VC runtime 2017 #7

Open Stannieman opened 7 years ago

Stannieman commented 7 years ago

Would it be possible to use the 2017 version of the VC runtime? The one from 2013 does not allow app-local deployment which requires the users of apps that use this package to also have the runtime installed. If the newer one is used the runtime files can be used without installation.

EDIT: FYI we have done this change for use in our product and we can use the component now by just shipping the VC runtime DLLs with our app instead of needing to install them separately.