Hi,
I am new to the mingw compiler and have several problems with it. I want to know if it is a general mingw problem or more a problem with the mingw installation of the beta6.
First I found out, that there is not a std::wcout object for wide streams. After an hour of googling, I was told to use the better STLport library. After a whole day of trying to compile the STLport iostreams library (make -f gcc-mingw32.mak clean all), I gave up. (Unfortunately, I can not find a binary version of the STLport library.)
Isn't it possible to use the mingw installation of the beta6 on the command line?
Second I found out, that I can not use my favorite source code line "std::locale::global(std::locale(""));" to localize my text output in console applications. the old C-style setlocale() will just work for printf with doubles and floats, but not for the cout stream and not for different code pages. It seems, that localization will not work, although there are the locale header files.
But I need localized console apps, most suitable with unicode.
Thanks for every help,
Stefan