本文介绍了无法编译任何cpp程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每当我尝试使用VS .NET 2003编译VC ++程序时,我会收到一个

错误,说明找不到mspdb71.dll。


我怎么能修复此错误?

PS。我跑了vsvars32.bat并没有改变任何东西。


谢谢,

Nick Z.

解决方案




听起来你的VC 7.1安装已经损坏 - 你可能会尝试做一个

修复或重新安装。


-cd




听起来你的VC 7.1安装已经损坏 - 你可能会尝试修复或重新安装。 />
-cd




Whenever I try to compile a VC++ program using VS .NET 2003 I get an
error saying mspdb71.dll not found.

How can I fix this error?
PS. I ran vsvars32.bat and it did not change a thing.

Thanks,
Nick Z.

解决方案



It sounds like your VC 7.1 installation is corrupted - you might try doing a
repair or reinstall.

-cd



It sounds like your VC 7.1 installation is corrupted - you might try doing a
repair or reinstall.

-cd




这篇关于无法编译任何cpp程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 10:53