Using MSXML.DLL in Visual C++ 5
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! To have a first sample for the XML control I downloaded the "MFC XML Tree" sample and compiled it using Visual C 5. Doing that gave me the following errors: D:\test\MFC Tree\Debug\MSXML.tlh(785) : error C2504: 'IXMLDOMCharacterData' : Basisklasse undefiniert D:\test\MFC Tree\Debug/MSXML.tli(720) : error C2664: '_com_issue_errorex' : Konvertierung des Parameters 2 von 'struct MSXML::IXMLDOMText *const ' in 'struct IUnknown *' nicht moeglich Compiling the sample using Visual C 6 works well. Any ideas or hints how to use the XML control with Version 5? Thank you! Ciao, Alex