读书人

VS2008常见有关问题解决办法

发布时间: 2012-09-09 09:27:54 作者: rapoo

VS2008常见问题解决方法

常见问题:

1、Error spawning 'cmd.exe'

2、#import <msxml4.dll>时Cannot Open “msxml4.dll":no such file of directory

解决方案:

Options --> Projects and Solutions -->VC++ Directories 下的Executable files下添加

$(SystemRoot)\System32
$(SystemRoot)
$(SystemRoot)\System32\wbem

上述解决方案完全能解决此类问题

读书人网 >VSTS

热点推荐