vc下做xml解析出错!为什么???
本人在vc下准备用msxml来对xml文件进行读取,但是,我加了msxml.h的头文件以后,我什么代码还没有写,就报错了!是头文件的错!
c:\program files\microsoft visual studio\vc98\include\msxml2.h(26) : error C2146: syntax error : missing ';' before identifier 'IXMLElementCollection'
c:\program files\microsoft visual studio\vc98\include\msxml2.h(26) : fatal error C1004: unexpected end of file found
为什么啊?