Visual C++ executable and missing MSVCR100d.dll

前端 未结 6 448
傲寒
傲寒 2020-12-02 22:29

I know this has been asked in other places and answered, but I\'m having issues with MS Visual Studio 2010. I\'ve developed a C++ executable but if I run the Release version

6条回答
  •  甜味超标
    2020-12-02 23:18

    I got the same error.

    I was refering a VS2010 DLL in a VS2012 project.

    Just recompiled the DLL on VS2012 and now everything is fine.

提交回复
热议问题