Windows API Library with Ansi C (not Unicode) for MC3200 / Windows Embedded C7

F Frank Weisenberger 2 years 11 months ago
2 1 0

Hello,
 
we have to do a porting from a windows ansi C (not Unicode) Application
to the MC3200/Windows embedded C7.
We can't find a library for Windows embedded C7/ARM4 with the standard Windows API -A(ANSI) functions,
we only find -W(UNICODE) functions in the libraries. 
(eg. we searched for SetDlgItemTextA, we only found libraries with SetDlgItemTextW)
 
Can some help us please ! 
 
Many thanks in advance
F.Weisenberger

Please register or login to post a reply

1 Replies

V Vedsatx Saddvv

Hi, Windows CE and Mobile are always unicode except for some low level functions.  You will need to do some rework in your app, at least to convert to wide strings where required.  If you are just calling SetDlgItemText then that is redefined in macros to the correct function call (to extend your example) but still requires a wide string.

CONTACT
Can’t find what you’re looking for?