Thanks Tim and Tom for the great help.
I was going to work on the code as soon as I got a chance, but if you guys
get to it first (as it appears you are) then we'd be happy to test it here
with quick turn around time and also in the future assist with supporting
AIX. Just let me know how to get the code if its ready.
Herman Walker
General Dynamics
Gulfstream Aerospace
www.gulfstream.com
Tom Kaiser <[EMAIL PROTECTED]> on 02/23/2001 04:57:25 PM
Please respond to [EMAIL PROTECTED]
To: Sablotron Mailing List <[EMAIL PROTECTED]>
cc:
Subject: Re: [Sab] Problem with OutputterObj::eventElementEnd on IBM AIX..
Fickle indeed! I did it the way you mention below. I also removed those
includes of iostream.h - it's in the cvs.
Tom
Tim Crook wrote:
> Hi Tom.
>
> The VisualAge compiler on IBM AIX seems very fickle. Argh!
>
> The compiler will do the right thing with this:
> Str temp;
> if (physical)
> {
> temp = proc -> getAliasedName(name, currNamespaces);
> physical -> outputElementEnd(temp, 0);
> };
> ...