MS C++ 2010 and mspdb100.dll

前端 未结 8 588
庸人自扰
庸人自扰 2020-12-13 01:31

Microsoft\'s C++ compiler and linker seem to have an odd relationship with mspdb100.dll. When run from the IDE, of course, the compiler and linker work fine. Wh

8条回答
  •  Happy的楠姐
    2020-12-13 02:00

    I met same error,it is because we installed a vs2010 x86 version to a x64 system...

    Open two folders:

    C:\Windows\Microsoft.NET\Framework\v4.0.30319

    C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin

    You will find two cvtres.exe. Righ click, select Properties, then Details. Delete the older version, and cmake will work well. I hope this may help you.

    Thanks to "zhoudongao" @ http://bbs.csdn.net/topics/390121452?page=1#post-394768226.

提交回复
热议问题