Milan Tomic wrote:
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?
If you don't explicitly use MSXML headers in your project, you can try to define WIN32_LEAN_AND_MEAN.
Good luck !
Vitaly
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
