MS C++ 2010 and mspdb100.dll

前端 未结 8 603
庸人自扰
庸人自扰 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-13 02:11

    Old, but maybe still valid:

    For me "C:\Windows\System32" somehow got missing from the PATH variable.

    Adding the missing folder to the path solved this error. See also VS2010 command prompt gives error : Cannot determine the location of the VS Common Tools folder

提交回复
热议问题