Re: Standard SDK 500 seems to be missing locale header



What *exactly* are you talking about using? setlocale() or class locale?
setlocale() should be in the library and should, internally, map to the
suitable Win32 calls. I don't think that there's any implementation of
class locale in the standard library for Windows CE at all. Remember also
that Standard SDK is anything but "standard". It represents a Windows
CE-based device that doesn't really exist, a list of operating system
components that many device OEMs choose not to include. It also does not
represent all of the capabilities of devices that do happen to implement it.
Use the real SDK of the real device. That will give you a real read on what
features are in the device and which are not (and which you can't,
therefore, use).

Paul T.

"Skagget" <Skagget@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:81D8FB4E-C108-49AC-A1AF-76E700FFD46D@xxxxxxxxxxxxxxxx
Hi,

I'm trying to build a small project that uses C++ locales for Standard SDK
(SH4) but the compiler tells me it can't find the locale file. I can't
either. :-) is it missing from the SDK?

Regards,

Johan


.


Loading