Considerations about migration Pocket PC 2002 --> 2003

  • Thread starter Thread starter fump
  • Start date Start date
F

fump

Hello,

I developed a Pocket PC 2002 application with VS2003.
So, i use windows CE API in my code.
What are considerations to migrate from PPC2002 to 2003 ?

thanks,
fump
 
If you are writing managed code only, not making use of P/Invoke to native
Win32 API's there should not be a problem at all. Also, if you did P/Invoke
to native code but started out on the PPC 2002 there should not really be
problems. Scanning through the pocketpc.developer newsgroup I found that
people were talking about a few minor issues. It might be wise to google
through that newsgroup yourself.
 
Back
Top