MS C++ 2010 and mspdb100.dll

前端 未结 8 582
庸人自扰
庸人自扰 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条回答
  •  粉色の甜心
    2020-12-13 02:14

    Add Microsoft Visual Studio 10.0\Common7\IDE to your path, and this issue will not exist any more. You will be able to build without running this silly batch file every time.

提交回复
热议问题