[xsd-users] Re: Compilation options -Aa and -AA

Boris Kolpackov boris at codesynthesis.com
Thu Jun 28 02:45:21 EDT 2007


Hi Samiksha,

Samiksha Rajput <samiksha.rajput at tcs.com> writes:

> So can support group provide us any solution for compiling xsd tool with
> -Aa option.

I was reading through an HP article[1] on -AA and one way that might work
is to use STLPort alongside the old C++ library included with -Aa. This
way there shouldn't be any conflicts between the libraries (this is what
causes problems when you mix -AA and -Aa code) while your old code will
use old C++ library and the XSD-generated code and runtime will use ANSI
STL/iostream provided by STLPort.

[1] http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=e8089099cee021109099cee02110275d6e10RCRD

hth,
-boris




More information about the xsd-users mailing list