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.
_______________________________________________
Openexr-user mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/openexr-user

Reply via email to