ame
ame

Reputation: 347

Porting a win32 application to Win CE

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)

Upvotes: 0

Views: 368

Answers (1)

Shaihi
Shaihi

Reputation: 3974

I think this is what you are looking for:
MFC Reference for Devices

Upvotes: 1

Related Questions