You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by John Kienitz <jo...@intertop.com> on 2000/07/19 00:02:57 UTC

Xalan c++ and Windows ATL

Has anyone attempted to use xalan C++ 0.40 with Windows ATL?  We are having
conflicts with the various versions of the iostreams headers when we try to
insert the xalan includes files into an existing project.

Thanks

John Kienitz


RE: Xalan c++ and Windows ATL

Posted by Linda Derezinski <li...@interfacecontrol.com>.
We had a similar problem with integrating XALAN with legacy (Didn't use
namespaces) code.  I ended up segregating the XALAN calls into separate
source files.  Ended up with friend functions and c-style extern functions.


Linda Derezinski
Interface & Control Systems

 -----Original Message-----
From: 	John Kienitz [mailto:johnk@intertop.com]
Sent:	Tuesday, July 18, 2000 6:03 PM
To:	xalan-dev@xml.apache.org
Subject:	Xalan c++ and Windows ATL

Has anyone attempted to use xalan C++ 0.40 with Windows ATL?  We are having
conflicts with the various versions of the iostreams headers when we try to
insert the xalan includes files into an existing project.

Thanks

John Kienitz