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

All-in-one handheld printer terminal
Hide thumbs Also See for IT-9000 Series:
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 IT-9000 (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 DeviceApp for Visual C++
in Visual Studio 2008 or Visual Studio 2005.
2. Choose Pocket PC 2003 in the Selected BDKs field in the Platforms of Win32 Smart Device
Project Wizard and click < button.
Figure 8.1
 
66

Advertisement

Table of Contents
loading

Table of Contents