User`s guide
9.
Move
to
the
line
//
TO
DO:
Place
code
here
and
add
the
following
code.
int
result
=
SysGet180Rotate();
if( result == FALSE )
{
SysSet180Rotate( TRUE );
}
else
{
SysSet180Rotate( FALSE );
}
10.
On
the
Project
menu,
navigate
Add
To
Project
→
Files
…
11. Change Files of type: pull-down menu list to Library files (.lib).
12. Navigate to the folder where the CASIO library files are stored (see step no. 2 in the previous
page), highlight SystemLib file and click OK button.
13. Initiate ActiveSync to establish connection between the DT-X7 and the PC.
14. Select Build All from Build menu. The project will be built and copied to the DT-X7.
15. Check the operation by running the program. You should find that each time the program is
executed, the screen flips 180°.
You
should
now
be
able
to
use
the
CASIO
System
library
in
your
C++
applications.
See
the
Common Device Control Library Manual for full details of all the functions. You may also like to
try some of the sample programs provided by CASIO (see next section).
49