Hi Oliver,

Check your code to make sure you have no forward declarations of your own,
for example:

   class DOMDocument;

This will be a problem when you hoist everything in the Xerces namespace,
because this forward declaration is not in the Xerces namespace.

Dave



                                                                                       
                                                  
                      "Oliver                                                          
                                                  
                      Kurowski"                To:      <[EMAIL PROTECTED]>  
                                                  
                      <oliver.kurowski         cc:      (bcc: David N 
Bertoni/Cambridge/IBM)                                             
                      @gmx.de>                 Subject: Using latest nightly build?    
                                                  
                                                                                       
                                                  
                      01/09/2003 11:50                                                 
                                                  
                      AM                                                               
                                                  
                      Please respond                                                   
                                                  
                      to xerces-c-dev                                                  
                                                  
                                                                                       
                                                  



Hello everybody!

I loaded the latest nightly build to test the new pretty printer.

But I was not able to compile my project due to the error that DOMElement
and several other things aren't declared.

I learned that namespace support (the C++ namespaces!!) were added recently
and so I included in my header after including all DOM header files
"XERCES_CPP_NAMESPACE_USE". But now the compiler tells me that DOMDocument
(which was used right after DOMElement) was declared twice.

Any suggestions to get this to work? I'm using MS Visual Studio .NET.

Thanks for the help

Oliver Kurowski




---------------------------------------------------------------------
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