Paul G. Tobey [eMVP] replied to Davidw
20-Nov-09 09:47 AM
I will add briefly to Bruce's answer:
Windows CE is not *a* thing for which you can have *an* SDK. Windows CE is
configurable. The device vendor can leave out any number of components. As
a result, you need to have an SDK for the specific configuration of the OS
which you are targeting (for example, you can build a Windows CE
configuration with no user interface *at all*; it makes no sense to have the
declarations for CreateWindow(), etc. if they do not exist in the OS). Pocket
PC versions are standardized configurations defined by Microsoft, so you can
use the Pocket PC 2003 SDK with any Pocket PC 2003 device, but that is not
generally true of random Windows CE devices.
Paul T.