How to Develop an Application for a CEPC
With Platform Builder, you can develop custom applications and include them in your operating system (OS) image. Typically, you add an application to an OS image toward the end of the platform development process. The features and components in your OS image determine the application programming interfaces (APIs) that you can use in your application.
In order to present a fully functional end-to-end process, the following steps show you how to develop the Ink Sampler application for a CEPC. You can apply the steps, however, to all hardware platforms and applications.
Hardware and Software Assumptions
- You have set up a CEPC. For more information, see How to Set Up a CEPC.
- You are familiar with configuring and building OS images. For more information, see How to Configure and Build an OS Image for a CEPC.
- You are familiar with configuring a CEPC to download an OS image. For more information, see How to Configure a CEPC to Download an OS Image.
- You will choose a custom configuration with no additional features.
- You will develop the Ink Sampler application located in %_WINCEROOT%\Public\Common\Oak\Demos\InkSamp.
To track your progress in the following table, select the check box next to each step.
Step | Topic | |
---|---|---|
1. Create a platform.
|
Creating a Platform | |
2. Build your platform to generate the platform header files and dynamic-link libraries (DLLs). | Building a Platform | |
3. Develop an application using APIs that your platform supports.
In this procedure, you are developing the Ink Sampler Application. For information about the APIs that your platform supports, see Application Development and view the documentation for the features in your platform. |
Configuring the Ink Sampler Application | |
4. Build the application.
|
Not applicable | |
5. Build the OS image.
|
Building a Platform | |
6. Download the OS image. | Downloading an OS Image to a Target Device | |
7. Run the application on the CEPC.
|
Not applicable |
See Also
CEPC How-to Topics | Project Creation | .NET Compact Framework Overview
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.