[xsd-users] Error in building the generated header due to XSD
	runtime version mismatch
    William Canton 
    stargate625 at gmail.com
       
    Thu Mar  3 12:49:15 EST 2011
    
    
  
I am not sure how I got the following fatal error during the build on the
VC++ 9.0:
fatal error C1189: #error :  XSD runtime version mismatch
This error was reported in one of my generated *.hxx file at the line:
#if (XSD_INT_VERSION != 3030000L)
#error XSD runtime version mismatch
#endif
But hovering over the macro XSD_INT_VERSION showed a correct version number
of 3030000L.  How could this happen?
Wiilliam
    
    
More information about the xsd-users
mailing list