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

Table of Contents

Advertisement

 

8.3 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 Class Library.
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. Create a new C# Smart Device Application in Visual Studio .NET.
2. In Solution Explorer, right click References and click Add Reference...
3. Click Browse and navigate to the folder where you have stored the CASIO .NET library files.
Highlight SystemLibNet.dll and click Open. Click OK button.
Figure 8.6
4. At the top of your source file add the following code.
using Calib;
 
67

Advertisement

Table of Contents
loading

Table of Contents