Log in

View Full Version : Pocket PC 2002 and windows CE


a.llex
06-16-2005, 04:42 PM
I finished to develop an Pocket PC application with pocket PC 2002 and now I need to migrate the application to the Windows CE.

What is the best way to do that?

hjgode
10-06-2005, 12:22 PM
Hi

I cannot say explicit but you have to replace/disable all calls to aygshell.h functions. The aygshell is not supported on real Windows CE devices.

I actually start all embedded Visual C++ 4 projects now as Windows CE projects. So there is no additional change to compile and run them on a PocketPC device. I simply switch the SDK.

To port an PPC app to WinCE, I create a new project for Windows CE with no files (an empty project). Then I copy all .c?? and .h files from the PPC app source dir to the new project dir and load them into the new project. Now you can start to compile/build th project and have to fix the various problems/errors depending on the use of SH functions.

Good luck

Josef