Minimol M wrote:
Hi,

I get the following errors as well with the library which blocks me from a
successful compilation


"./../../../include/xercesc/internal/XSerializeEngine.hpp", line 654: error
#2040:
          expected an identifier
      inline void            Assert(bool  toEval
I suspect you have an "Assert" macro defined somewhere that's causing problems. We should really change the name of that function to something less common.

You'll need to redefine your macro, or rename the Xerces-C functions.

Dave

Reply via email to