MSVCP120d.dll missing

后端 未结 7 2380
情歌与酒
情歌与酒 2020-11-28 05:33

Every time I want to compile my Visual Studio project I get the message that MSVCP120d.dll is missing. Google can\'t help me. I already installed some redistributables but t

7条回答
  •  一向
    一向 (楼主)
    2020-11-28 05:57

    Alternate approach : without installation of Redistributable package.

    Check out in some github for the relevant dll, some people upload the reference dll for their application dependency.

    you can download and use them in your project , I have used and run them successfully.

    example : https://github.com/Emotiv/community-sdk/find/master

提交回复
热议问题