English 中文(简体)
运用本地法典改变Windows CE 6.0 LOCALE
原标题:Changing Windows CE 6.0 LOCALE using native code

我正在撰写一份C/C++申请,要求WinCE 6.0,让用户选择其区域环境,如日期、时间等。 视实际用户的LOCALE、GetDateFormat()和GettimeFormat()的职能,形成了格式良好的布局。 因此,我要从方案上改变Windows CE 6.0 LOCALE。 我如何能够这样做?

问题回答

使用NLS AP——可能从/<>。





相关问题
WinCE vs. Win32 dlls

I have some COM and some native dlls that are compiled for a Win CE device that I have. I would like to take a look at them, so I can create an application that references them and extends the ...

Why is type_info declared outside namespace std?

I m using VS2005 and the MS implementation of STL. However, the class type_info in is declared outside of "namespace std". This creates some problems for third party libs that excepts to find a std::...

热门标签