Visual studio 2015 run-time dependencies or how to get rid of Universal CRT?

前端 未结 5 1022
悲哀的现实
悲哀的现实 2020-11-30 03:29

Compiled couple of .dll\'s using visual studio 2015, and tried to deploy on some older windows 7 / 64 bit. Tried also to guess which dll\'s are needed for application to sta

5条回答
  •  借酒劲吻你
    2020-11-30 03:53

    I was too struggled a lot finding out the run time DLLs required to run an application which was built in Visual Studio 2015.

    Here I found the following things which allow VS-2015 built application to run.

    • Download the redistributable from https://www.microsoft.com/en-us/download/details.aspx?id=52685
    • Place the msvcp140d.dll, vccorlib140d.dll, vcruntime140d.dll & ucrtbased.dll.

    Note : Place the dlls versions according to your system processor's architecture(x86, x64..).

提交回复
热议问题