Hello,
I'm looking on possibility to use std::wstring in serialization.
Here is a simple example which I try to compile:
#define UNICODE
#include
Last I checked, mingw didn't have support for wide characters. Perhaps the
boost/config.h needs to be checked.
Robert Ramey
Hello,
I'm looking on possibility to use std::wstring in serialization.
Here is a simple example which I try to compile:
#define UNICODE
#include
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Hello Robert, Friday, May 9, 2008, 7:26:50 PM, you wrote:
Last I checked, mingw didn't have support for wide characters. Perhaps the boost/config.h needs to be checked.
Thank you. VC9 working perfectly in my case. -- My PGP public key: http://yurichev.com/dennis.yurichev.asc
Double check the config.h for this compiler/environment to see that wstring
is indeed supported on this platform.
Robert Ramey
Hello,
I'm looking on possibility to use std::wstring in serialization.
Here is a simple example which I try to compile:
#define UNICODE
#include
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (3)
-
Dennis Yurichev
-
Ray Fix
-
Robert Ramey