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

Dependency description of MSVCR120.DLL and MSVCP120.DLL #12

Open marksard opened 4 years ago

marksard commented 4 years ago

Hi, guys. I've been using this library (I got it from nuget). Thank you.

By the way, I have found that this library has a dependency between MSVCR120.DLL and MSVCP120.DLL and appears to crash unexplained when I launch an application that created this library on a clean target PC.

You need to install "Visual C++ Redistributable Packages for Visual Studio 2013" to resolve this dependency.

To avoid confusion, why don't you put this in a readme file to alert people? (That seems to me to be far more effective than checking every issue.)

Thanks in advance. コメント 2020-09-09 150220