✎
编程开发网
首页
C语言
C++
面试
Linux
函数
Windows
数据库
下载
搜索
当前位置:
首页
->
AI编程基础
->
c++编程基础
VS2008常见问题解决方法
2014-11-24 10:45:16
·
作者:
·
浏览:
0
标签:
VS2008
常见问题
解决
方法
常见问题:
1、Error spawning 'cmd.exe'
2、#import
时Cannot Open “msxml4.dll":no such file of directory
解决方案:
Options --> Projects and Solutions -->V
C++
Directories 下的Executable files下添加
$(SystemRoot)\System32
$(SystemRoot)
$(SystemRoot)\System32\wbem
上述解决方案完全能解决此类问题