openexr-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Openexr-user] MinGW g++ wide character


From: Dharmendra Bhojwani
Subject: [Openexr-user] MinGW g++ wide character
Date: Mon, 23 Oct 2006 02:53:12 -0700 (PDT)

Hi everybody,
 
If i compiler a code like...
 
#include <iostream>
using namespace std;
 
int main()
{
wcout<<"Hello world"<<endl;
return 0;
}
 
... it compiles properly with macro -D_GLIBCXX_USE_WCHAR_T
But gives link time error , i don't think that there is an implementation available in library but do we have work around for this ?
 
Thanks


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]