User`s guide

Library Dynamic Link Import Library Header File
System
Library
SystemLib.dll
SystemLib.lib
SystemLib.h
Scanner
Library
OBReadLib.dll
OBReadLib.lib
OBReadLib.h
Bluetooth
BluetoothLib.dll
BluetoothLib.lib
BluetoothLib.h
Camera
Library
CameraLib.dll
CameraLib.lib
CameraLib.h
Printer
Library
PrinterLib.dll
PrinterLib.lib
PrinterLib.h
Imager Library ImagerLib.dll ImagerLib.lib ImagerLib.h
7.2
Using
CASIO
Libraries
from
eVC++
4.0
The
following
libraries
(
Common
Device
Control
Library
)
are
provided
for
C++
developers.
Table
7.1
Each
library
in
the
table
consists
of
a
header
file,
a
dll
and
a
library
file.
The
dlls
are
built
into
the
ROM of the DT-X7 and you do not need to download them. The following is a simple example
using one of the System Library functions in the simplest kind of WindowsCE program. The screen
will flip 180° each time this program is executed.
1.
Make
sure
all
the
.h
files
for
the
CASIO
libraries
are
installed
in
C:\Program
Files\CASIO\MBSys\INCLUDE (This is the default installation location but yours will be
different if you installed the SDK to another location).
2. Make sure all the .lib files for the CASIO libraries have been installed in C:\Program
Files\CASIO\MBSys\LIB\ARMV4I
3. In eVC++ 4.0, select New from the File menu.
4. Highlight WCE Application. Choose a location and a name for the project and make sure the
ARMV4I option is checked. Click Next > button.
5. On the next dialog click A simple Windows CE application option. Click Finish and then
click OK button.
6. Make sure the DT-X7 is the selected SDK and target device in the pull-down list boxes.
7. Click ClassView tab in Solution Explorer and expand classes fully until you can see
WinMain() class. Double click it.
8. At the top of the source file, under #include stdafx.h code add the following code.
#include
<SystemLib.h>
#include <SystemLibdef.h>
48