[xsd-users] Compiling under VC++ 6.0
Boris Kolpackov
boris at codesynthesis.com
Mon Aug 27 13:01:32 EDT 2007
Hi Bence,
VC++ 6.0 is not standard-conformant enough and therefore is not
supported. You have to options:
1. Upgrade to Visual Studio 7.1 or 8.0. Visual Studio 8.0 Express
Edition, which includes pretty much everything your need to
develop C++ application (IDE, debugger, etc.), is free:
http://msdn2.microsoft.com/en-us/express/aa975050.aspx
2. Use embedded systems version of XSD, called XSD/e:
http://codesynthesis.com/products/xsde/
Note that at the moment XSD/e only support event-driven
C++/Parser mapping.
-boris
More information about the xsd-users
mailing list