Re: How to disable unicode from OS image
From: Paul G. Tobey [eMVP] (ptobey)
Date: 11/02/04
- Next message: Paul G. Tobey [eMVP]: "Re: Build OpenNETCF into platform?"
- Previous message: Sri: "Re: Bluetooth Support ??"
- In reply to: Nguyen Nguyen: "How to disable unicode from OS image"
- Next in thread: Nguyen Nguyen: "Re: How to disable unicode from OS image"
- Reply: Nguyen Nguyen: "Re: How to disable unicode from OS image"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 2 Nov 2004 16:59:22 -0700
Windows CE is *always* Unicode. There may be some MBCS versions of some
functions, but the OS itself operates in Unicode.
Why would you want to do that?
Paul T.
"Nguyen Nguyen" <nnguyen@triverity.com> wrote in message
news:eACEc7SwEHA.2116@TK2MSFTNGP14.phx.gbl...
> Hello experts,
>
> How do I disable all the unicode stuff from the OS image? I selected US
> locale, but it still uses wide character api. For example, the WCHAR is
> defined as wchar_t as supposed to char. The minute I hand coded #undef
> UNICODE, platform builder complained about not being able to find the
> ascii
> version of the library. In my case, the error message is : "unresolved
> external symbol FindNextFileA"
>
> Thanks,
>
> Nguyen
>
>
- Next message: Paul G. Tobey [eMVP]: "Re: Build OpenNETCF into platform?"
- Previous message: Sri: "Re: Bluetooth Support ??"
- In reply to: Nguyen Nguyen: "How to disable unicode from OS image"
- Next in thread: Nguyen Nguyen: "Re: How to disable unicode from OS image"
- Reply: Nguyen Nguyen: "Re: How to disable unicode from OS image"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|