If I remember correctly, including the Microsoft msxml.h file automatically
has a "using" clause in it, or their examples do.  Either don't use their
files, since you're using Xerces instead, or find and remove the "using
Msxml" clause.

Thanks,
Anthony Zawacki

410-571-7161
[EMAIL PROTECTED]



                                                                                       
                                                
                      "John Meyer"                                                     
                                                
                      <[EMAIL PROTECTED]        To:       <[EMAIL PROTECTED]>          
                                       
                      ahoo.com>                cc:                                     
                                                
                                               Subject:  Error                         
                                                
                      03/13/2003 01:40                                                 
                                                
                      PM                                                               
                                                
                      Please respond to                                                
                                                
                      xerces-c-dev                                                     
                                                
                                                                                       
                                                
                                                                                       
                                                




XMLPlatformUtils::Initialize();
DOMImplementation *impl =
DOMImplementationRegistry::getDOMImplementation(XMLString::transcode("core")

);
XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *doc =
impl->createDocument(0,XMLString::transcode("files"),0);
DOMWriter *wri = impl->createDOMWriter();

//error:
[C++ Error] Unit1.cpp(172): E2015 Ambiguity between 'DOMDocument' and
'Msxml::DOMDocument'

_________________________________________
John Meyer
Programmer
ICQ#: 63450423
More ways to contact me: http://wwp.icq.com/63450423
_________________________________________


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to