76
9.2 Using CASIO .NET Libraries from C#
The DT-X11 SDK provides the libraries for C# applications. See Chapter 1.2 “Library
Configuration” for the list of libraries provided.
This chapter explains how to create and start up a simple test program using one of the System
functions. The test program flashes the LED in red for 5 seconds.
1.
Create a new C# Smart Device Application in Visual Studio .NET.
2.
Click
Add Reference…
from Project menu.
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 9.2
4.
At the top of your source file add the following code.
Using Calib;