Porting a win32 application to Win CE
Posted
by ame
on Stack Overflow
See other posts from Stack Overflow
or by ame
Published on 2010-03-25T09:40:55Z
Indexed on
2010/03/25
9:43 UTC
Read the original article
Hit count: 392
I have a win32 GUI (MFC) application which I need to port to a WIN CE environment. I keep encountering undefined identifiers. What is the best way to deal with this- is there some site where i can get a mapping of some kind between win32 supported features and corresponding wince features (even if they are not supported, the information that they are not is valuable)
© Stack Overflow or respective owner