You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Rahul Kohli <ra...@infosys.com> on 2003/04/07 14:48:05 UTC

Xerces support

Hi, 

 How can i make sure that a particular version of xerces-c is supported with particular os or not. For e.g I want to check whether xerces-c1_5_0 is supported with Solaris 5.9 or not.

Please suggest how to check this.  

Thanks,
> Rahul Kohli


-----Original Message-----
From: Alberto Massari [mailto:amassari@progress.com]
Sent: Monday, April 07, 2003 5:38 PM
To: xerces-c-dev@xml.apache.org
Subject: Re: VC7.1 and Xerces


At 21.53 07/04/2003 +1200, you wrote:
>Hi
>
>Has anyone built Xerces with VC++7.1? At the moment it complains that it 
>can't find iostream.h, since the old iostream libraries have been removed 
>from VC7.1.

There is an open bug for this; as a workaround, replace #include 
<iostream.h> with #include <iostream>, and add the required "std::" prefix 
to "cout"

Alberto 



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Xerces support

Posted by PeiYong Zhang <pe...@ca.ibm.com>.
Rahul,

    You may need to download the particular version and try build on the os.

Rgds,
PeiYong

----- Original Message -----
From: "Rahul Kohli" <ra...@infosys.com>
To: <xe...@xml.apache.org>
Sent: Monday, April 07, 2003 8:48 AM
Subject: Xerces support


Hi,

 How can i make sure that a particular version of xerces-c is supported with
particular os or not. For e.g I want to check whether xerces-c1_5_0 is
supported with Solaris 5.9 or not.

Please suggest how to check this.

Thanks,
> Rahul Kohli


-----Original Message-----
From: Alberto Massari [mailto:amassari@progress.com]
Sent: Monday, April 07, 2003 5:38 PM
To: xerces-c-dev@xml.apache.org
Subject: Re: VC7.1 and Xerces


At 21.53 07/04/2003 +1200, you wrote:
>Hi
>
>Has anyone built Xerces with VC++7.1? At the moment it complains that it
>can't find iostream.h, since the old iostream libraries have been removed
>from VC7.1.

There is an open bug for this; as a workaround, replace #include
<iostream.h> with #include <iostream>, and add the required "std::" prefix
to "cout"

Alberto



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org