From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie to DJGPP: Using STL with wstring. Getting compilation errors. Help! Date: 15 Jan 2003 10:21:21 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 40 Message-ID: References: NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Shabss (shabbirsuterwala AT yahoo DOT com) wrote: : 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<