PPC and Win CE

  • Thread starter Thread starter Andrew Robinson
  • Start date Start date
A

Andrew Robinson

I am working on a project that will target the CF under both the PPC and
CE.NET. I know there are some subtle differences between the two and how the
CF displays some controls, but can I simply deploy the same CAB to both
platforms? If I do all the development on a PPC, will I have issues when I
deploy it to a Win CE.NET device?

The screen sizes and other hardware on both of these devices are the same.



-Andrew
 
In general you can deploy the same managed application to these different
platforms, as long as you don't P/Invoke to specific PPC API's.
 
Back
Top