This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problems with gcc3.2.3 and wide character support


Hi,

i am working latest version of cygwin on WIN NT os, i had simple application
like

#include <string>
using namespace std
int main()
{
    wstring sname = L"Sachin";
    return 0;
}

i am having gcc 3.2.3 that comes with cygwin when i tried to compile it gave
the errors
wstring not defined i.e. undefined references to wchar_t and many more.

i had found on the google i concluded that gcc 3.2.3 has no support for
wstring. is it ?

Plz help

Regards
Sachin Z

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]