Discussion:
[Openexr-user] MinGW g++ wide character
Dharmendra Bhojwani
2006-10-23 09:53:12 UTC
Permalink
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.
Brad Hards
2006-10-23 10:09:08 UTC
Permalink
Post by Dharmendra Bhojwani
... 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 ?
This has nothing to do with EXR. Please find a more appropriate list, or
perhaps a C++ text book.

Brad

Loading...