Developing In C - Casio IT-9000WM Series Quick Start Manual

Table of Contents

Advertisement

 

8.1 Developing in C++

This chapter describes necessary steps to develop the example application program (see Chapter 8)
in C++ environment using the Common Device Control Library.
Before proceeding to creating the project, check if the installation folder for the Common Device
Control Library has been registered in Visual Studio 2008 or Visual Studio 2005 by following steps,
1 to 8, below.
1. Navigate to Tools → Options ... and open Options screen.
2. Navigate to Projects and Solutions → Directories.
3. Choose Windows Mobile 6 Professional SDK (ARMV4I) in Platforms.
4. Choose Include files in Show directories for:.
5. If the installation folder has not been registered, append the following.
C:\Program Files\CASIO\MBSYS\include
6. Choose Library files in Show directories for:.
7. If the files have not been registered, append the following.
C:\Program Files\CASIO\MBSYS\lib\ARMV4I
8. Click OK button to close the screen.
Application Development Procedure
Subsequent steps show how to create and start up a simple program using one of the system
functions. When running the program, the LED will blink in red for 5 seconds.
1. First, create Win32 Smart Device Project with its device name SmartDeviceApp for Visual
C++ in Visual Studio 2008 or Visual Studio 2005.
2. Choose Pocket PC 2003 in the Selected BDKs (SDKs in the screen) field in the Platforms of
Win32 Smart Device Project Wizard and click < button.
Figure 8.1
 
61

Advertisement

Table of Contents
loading

Table of Contents