:
>
> jadooo wrote:
>
>> Please let me know if I am doing anything wrong.
>
> Yes, you are misunderstanding the nature of the problem.
>
> In order to support the wstring class, gcc relies on the platform's libc
> supporting wide character C99 functions. newlib do
there is any
> difference.
>
>
> --- jadooo <[EMAIL PROTECTED]> wrote:
>
>>
>> Thanks a lot for the valuable information.
>>
>> I am trying to port my application developed in
>> linux to windows, now as
>> it is quiet clear that I could
great help.
Vipin
jadooo wrote:
>
> Hi All,
> I was trying to compile my code on Cygwin[1.5.25-11] with GCC[4.1.2],
> but I am not able to build with errors on wstring.
>
> I tried to test a simple application which uses wstring, like
>
> #include
g'.
Please let me know if I am doing anything wrong.
With Warm Regards
Vipin
Larry Hall (Cygwin) wrote:
>
> jadooo wrote:
>> Thanks a lot for the valuable information.
>>
>> I have some more question on the same, just to clarrify things a bit
>> mor
ow could
I
confirm this information. Is it there in any Cygwin specification or site
link.
Thanks & Regards
Vipin
jadooo wrote:
>
> Hi All,
> I was trying to compile my code on Cygwin[1.5.25-11] with GCC[4.1.2],
> but I am not able to build with errors on wstring.
>
Hi All,
I was trying to compile my code on Cygwin[1.5.25-11] with GCC[4.1.2],
but I am not able to build with errors on wstring.
I tried to test a simple application which uses wstring, like
#include
#include
int main( )
{
using namespace std;
const basic_string s1 ( L"abc" );
6 matches
Mail list logo