Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
tera tera
|
Oct 6, 2008 - 1:19 AM
|
Hello. The following errors come.
The usage of the wide character fixed number is not right.
|
|
Technical Support
|
Oct 6, 2008 - 1:03 PM
|
We believe the error will not appear if you compile the same projects on Windows OS which has English locale as default. This is well known issue of C++ compilers in all the Visual Studio versions from Visual C++ 6.0 and up to Visual Studio 2008. Of course, parsing and compilation of strings like L"\x54\x68\x61\x69" should not depend on the current locale of your Windows, but it is.
|
|
tera tera
|
Oct 6, 2008 - 6:01 PM
|
Hello. When I build from this time, I decide to change local information. Thanks,
|
|