感觉是缺少什么头文件 麻烦大家帮忙看看 谢谢
E:\vc\COM\MarkupMSXML.h(50) : error C2146: syntax error : missing ';' before identifier 'FromBSTR'
E:\vc\COM\MarkupMSXML.h(52) : error C2146: syntax error : missing ';' before identifier 'FromVARIANT'
E:\vc\COM\MarkupMSXML.h(52) : error C2086: 'CString' : redefinition
E:\vc\COM\MarkupMSXML.h(65) : error C2146: syntax error : missing ';' before identifier 'GetTagName'
E:\vc\COM\MarkupMSXML.h(65) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(65) : warning C4183: 'GetTagName': member function definition looks like a ctor, but name does not match enclosing class
E:\vc\COM\MarkupMSXML.h(66) : error C2146: syntax error : missing ';' before identifier 'GetChildTagName'
E:\vc\COM\MarkupMSXML.h(66) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(66) : warning C4183: 'GetChildTagName': member function definition looks like a ctor, but name does not match enclosing class
E:\vc\COM\MarkupMSXML.h(67) : error C2146: syntax error : missing ';' before identifier 'GetData'
E:\vc\COM\MarkupMSXML.h(67) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(67) : warning C4183: 'GetData': member function definition looks like a ctor, but name does not match enclosing class
E:\vc\COM\MarkupMSXML.h(68) : error C2146: syntax error : missing ';' before identifier 'GetChildData'
E:\vc\COM\MarkupMSXML.h(68) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(68) : warning C4183: 'GetChildData': member function definition looks like a ctor, but name does not match enclosing class
E:\vc\COM\MarkupMSXML.h(69) : error C2146: syntax error : missing ';' before identifier 'GetAttrib'
E:\vc\COM\MarkupMSXML.h(69) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(69) : warning C4183: 'GetAttrib': member function definition looks like a ctor, but name does not match enclosing class
E:\vc\COM\MarkupMSXML.h(70) : error C2146: syntax error : missing ';' before identifier 'GetChildAttrib'
E:\vc\COM\MarkupMSXML.h(70) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(70) : warning C4183: 'GetChildAttrib': member function definition looks like a ctor, but name does not match enclosing class
E:\vc\COM\MarkupMSXML.h(71) : error C2146: syntax error : missing ';' before identifier 'GetAttribName'
E:\vc\COM\MarkupMSXML.h(71) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(74) : error C2146: syntax error : missing ';' before identifier 'GetResult'
E:\vc\COM\MarkupMSXML.h(74) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(74) : warning C4183: 'GetResult': member function definition looks like a ctor, but name does not match enclosing class
E:\vc\COM\MarkupMSXML.h(75) : error C2146: syntax error : missing ';' before identifier 'GetError'
E:\vc\COM\MarkupMSXML.h(75) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(92) : error C2146: syntax error : missing ';' before identifier 'GetDoc'
E:\vc\COM\MarkupMSXML.h(92) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(107) : error C2146: syntax error : missing ';' before identifier 'GetSubDoc'
E:\vc\COM\MarkupMSXML.h(107) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(107) : warning C4183: 'GetSubDoc': member function definition looks like a ctor, but name does not match enclosing class
E:\vc\COM\MarkupMSXML.h(110) : error C2146: syntax error : missing ';' before identifier 'GetChildSubDoc'
E:\vc\COM\MarkupMSXML.h(110) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(110) : warning C4183: 'GetChildSubDoc': member function definition looks like a ctor, but name does not match enclosing class
E:\vc\COM\MarkupMSXML.h(128) : error C2146: syntax error : missing ';' before identifier 'Transform'
E:\vc\COM\MarkupMSXML.h(128) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(135) : error C2146: syntax error : missing ';' before identifier 'm_strResult'
E:\vc\COM\MarkupMSXML.h(135) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(135) : error C2501: 'm_strResult' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(136) : error C2146: syntax error : missing ';' before identifier 'm_strDefaultNamespace'
E:\vc\COM\MarkupMSXML.h(136) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(136) : error C2501: 'm_strDefaultNamespace' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(142) : error C2061: syntax error : identifier 'CString'
E:\vc\COM\MarkupMSXML.h(144) : error C2146: syntax error : missing ';' before identifier 'x_GetPath'
E:\vc\COM\MarkupMSXML.h(144) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(145) : error C2146: syntax error : missing ';' before identifier 'x_GetTagName'
E:\vc\COM\MarkupMSXML.h(145) : error C2501: 'CString' : missing storage-class or type specifiers
E:\vc\COM\MarkupMSXML.h(146) : error C2146: syntax error : missing ';' before identifier 'x_GetData'
E:\vc\COM\MarkupMSXML.h(146) : error C2501: 'CString' : missing storage-class or type specifiers