Hello all i was using xerces c version 2.3 with my code and every thing worked right now i upgraded to version 2.7 and when i compile ( windows first with vc 6 ) im getting this error : \xerces-c-2.7.0-win32\include\xercesc\internal\xserializeengine.hpp(633) : error C2059: syntax error : 'constant' \xerces-c-2.7.0-win32\include\xercesc\internal\xserializeengine.hpp(761) : error C2660: 'InnerAssert' : function does not take 5 parameters \xerces-c-2.7.0-win32\include\xercesc\internal\xserializeengine.hpp(766) : error C2660: 'InnerAssert' : function does not take 5 parameters \xerces-c-2.7.0-win32\include\xercesc\internal\xserializeengine.hpp(772) : error C2059: syntax error : 'constant'
i comment must of my code including the xerces include files and found out the error comes from the include file #include <xercesc/parsers/XercesDOMParser.hpp> can someone please tell me what im missing here ? why it doesn't compile ? Thanks allot
