Sagar Shah <[EMAIL PROTECTED]> writes:
> Hi,
>
> Thanx for ur reply.
>
> Lets consider the simple, sample application
> \*wstringsample.cc*\
> #include
> using namespace std;
> int main()
> {
> wstring name = L"Sagar Shah";
> return 0;
> }
>
> when compiling w
Hi,
Thanx for ur reply.
Lets consider the simple, sample application
\*wstringsample.cc*\
#include
using namespace std;
int main()
{
wstring name = L"Sagar Shah";
return 0;
}
when compiling with gcc 3.2.3 the following is the output.
$ g++ -o wstringopt wstring
<[EMAIL PROTECTED]>
Date: Thu, 17 Jul 2003 11:21:51 -0700
To: Manjit Dua <[EMAIL PROTECTED]>
Subject: Re: gcc on cygwin
> Hi,
>
> Than for taking interest.
> i would tell u what exactly i am doing: -
>
> we have made applications on Linux Platform using librar
-
From: "Manjit Dua" <[EMAIL PROTECTED]>
To: "Sagar Shah" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, July 16, 2003 10:01 PM
Subject: Re: gcc on cygwin
>
> would u plz specify whats the problems using gcc 2.95.x version
>
> -
would u plz specify whats the problems using gcc 2.95.x version
- Original Message -
From: Sagar Shah <[EMAIL PROTECTED]>
Date: Wed, 16 Jul 2003 10:07:23 -0700
To: Vince Harron <[EMAIL PROTECTED]>
Subject: Re: gcc on cygwin
> Thanx Vince, Manjit, Igor for u replies,
>
: [EMAIL PROTECTED]
Sent: Tuesday, July 15, 2003 9:58 AM
Subject: Re: gcc on cygwin
gcc 2.95 has a different C++ ABI than gcc 3.2.3. You'll have to build all
C++ code with the same compiler.
From: Sagar Shah
To: gcc-help at gcc dot gnu dot org, cygwin at cygwin dot com
Date: Tue, 15 Jul 20
On Tue, 15 Jul 2003, Sagar Shah wrote:
> Hi all,
>
> i had developed an application that uses libraries like libgnome,
> libgnomecanvasmm, libbonobo etc.
>
> i have used wstring effectively in my application, the application is
> running on Linux.
>
> the same application i tried to built on Wind
- Original Message -
From: Sagar Shah <[EMAIL PROTECTED]>
Date: Tue, 15 Jul 2003 14:43:41 -0700
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: gcc on cygwin
> Hi all,
>
> i had developed an application that uses libraries like libgnome,
> libgnomecanvasmm, libbonobo etc.
>
> i have
8 matches
Mail list logo