Visual C++ 2015 redistributable DLLs for app-local deployment

前端 未结 4 1996
天命终不由人
天命终不由人 2020-12-25 14:45

Up to Visual Studio 2013 all you needed was msvcr[version].dll and msvcp[version].dll. Now they changed the DLLs with 2015. What do I need to include in order to avoid a red

4条回答
  •  北海茫月
    2020-12-25 14:56

    This worked for me (x86 app).

    Shipping all dlls from these locations with your app:

    • C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x86
    • C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x86\Microsoft.VC140.CRT

提交回复
热议问题