Newcomer
Mobile
2
Posts
2
Posters
3
Views
1
Watching
-
-
I knew quite good about VC++ and MFC. But now, I must write an application on PocketPC. But I don't know anything about it. Can you answer me: What is differences between programming with MFC/VC++ and with PocketPC ? Thanks I'm a Vietnamese student
You'll need to download Embedded Visual C++ (EVC++) from Microsoft's website (or find the MSDN CD's with it on). You can use the CE version of MFC to write Pocket PC applications from within EVC++ (there's a Pocket PC MFC Appwizard to help get you started too). There are some differences between the CE and Desktop versions of MFC, but nothing too major for most applications. -- Ian Darling