Title: Xerces 2.5 & PlatformSDK & VC++ 6

        I've just installed MS Windows PlatformSDK (August 2002) and pointed Visual C++ 6 to use those directories. The problem is that compiler now reports that DOMDocument is ambigious (also exists in MSXML) and I have to add "xercesc_2_5::" in a front of every DOMDocument declaration in my app. I have XERCES_CPP_NAMESPACE_USE macro defined. How can I solve this?

Thank you.

Reply via email to