程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> C語言 >> C++ >> C++入門知識 >> VS2008常見問題解決方法

VS2008常見問題解決方法

編輯:C++入門知識

常見問題:
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
上述解決方案完全能解決此類問題

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved