X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "ing. Jan Chládek" Newsgroups: gnu.g++.help,comp.os.msdos.djgpp Subject: Undeclared wstring/wcout in GCC under DJGPP/Cygwin Date: Tue, 26 Apr 2005 20:26:42 +0200 Organization: Czech Technical University Lines: 48 Message-ID: NNTP-Posting-Host: ip-85-160-12-194.eurotel.cz X-Trace: ns.felk.cvut.cz 1114540004 10414 85.160.12.194 (26 Apr 2005 18:26:44 GMT) X-Complaints-To: usenet AT news DOT felk DOT cvut DOT cz NNTP-Posting-Date: Tue, 26 Apr 2005 18:26:44 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2527 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-RFC2646: Format=Flowed; Original To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I need compile ANSI C++ source file under Windows XP. For some reasons I can't use MS Visual Studio, then I trying g++ port for Windows (DJGPP, CygWin). But I've problems with wide-characters operations, I think then it's maybe error of compiler's port for Windows. Simple sample a.cpp: #include #include using namespace std; int main (int argc, char * argv[]) { wstring x; wcout<