Hi All,
I'm trying to compile a code I write in VC++ 6 to VC++ .NET.
Some parts of the code are using the MSXML to read/write xml files.
When I compile the code I get this erros on the xml DOM objects:
error C2872: 'IXMLDOMNodePtr' : ambiguous symbol
On the StdAfx.h I have this declaration:
//#import "msxml.dll" named_guids raw_interfaces_only
#import <msxml.dll> named_guids
using namespace MSXML;
Please help,
Thanks,
Doron Tal
Start Free Trial