Migrating Your Application from Pocket PC 2000 to Pocket PC 2002
Hits: 278
Description: This article will highlight a couple of changes you have to be aware of when migrating your application to Pocket PC 2002. New Platform ID Many developers want to keep their application binary platform independent. I am actually one of them. There are a couple ways to find out on which device your application is running. I recommend using a combination of GetVersionEx and SystemParametersInfo(SPI_GETPLATFORMTYPE ) . While GetVersionEx returns the...