1.) How can i include the CodeSynthesis-XSD Code-generation into my application, so when i give the application (QT in Visual Studio 10) to someone other he doesnt need to install Code-Synthesis?
2.) And how can i specify the output-directory of the .cpp
and .h
files? xsd help
doesnt list such an option? i generate like this with the tree:
>xsd cxx-tree "C:\scheme.xsd"
-> solved via a "cd" (Change-Directory) before executing xsd
3.) i get warnings that i dont know how to solve:
warning F002: attribute 'value' is implicitly of anySimpleType
info: did you forget to specify 'type' attribute?
warning T004: generating parsing functions for 18 global elements
info: use --root-element-* options to specify document root(s)
are there additional parameters that arent listed in xsd help
?