|
Will my application run on Windows CE?
2007-05-23
Windows Embedded technical product manager Mike Hall has written an interesting article that examines a fundamental difference between Windows CE and the Windows desktop and Windows Mobile operating systems. Namely: you can't be certain a Windows CE application will run on any specific Windows CE image.
Hall points out that Windows Vista and Windows Mobile both expose a well-defined API that doesn't change from one machine to another. For example, an application written for Windows Mobile will run on any Windows Mobile device, provided that issues of screen size and orientation have been addressed. The situation differs, however, with Windows CE, which is a componentized OS that can be customized for specific devices. Thus, the API set available on a given device may not match the requirements of a specific application. Hall discusses a couple of approaches to resolving this dilemma. Read Hall's interesting article here: Related stories:
|