Hi Dennis,
you are probably defining a macro that clashes with one used in
XercesVersion.h. Try running just the preprocessor (e.g. cl /P, or gcc
-E) to see how the header gets expanded.
Alberto
Dennis Endt wrote:
Hi,
today I reorganized my Xerces DOMBuilder Class and now I have Failures
in "xercesversion.hpp" line 199: Missing semicolon before const and a
second like this in the same line with a missing typedef.
I only took existing, working code from one part and copied it to
another part. So I don`t understand these failures.
What have I to do with Xercesversion?
Greets
Dennis