From: shabbirsuterwala AT yahoo DOT com (Shabss) Newsgroups: comp.os.msdos.djgpp Subject: Newbie to DJGPP: Using STL with wstring. Getting compilation errors. Help! Date: 14 Jan 2003 17:20:51 -0800 Organization: http://groups.google.com/ Lines: 53 Message-ID: NNTP-Posting-Host: 207.104.152.48 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1042593652 23405 127.0.0.1 (15 Jan 2003 01:20:52 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 15 Jan 2003 01:20:52 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I would really appreciate help on the following. My code uses STL and wstring extensivly but i tried the following code with same effects: #include #include using namespace std; int main (void) { wstring strMyString=L"Hello World"; wcout<