Casio IT-2000D PDAs & Smartphones User Manual


 
116
Next, create the execution file with the following procedure.
C: SAMPLE>cl -c -Zip -Otin -Ic: IT-2000 include test.c
Microsoft (R) C/C++ Optimizing Compiler Version 8.03
Copyright (c) Microsoft Corp 1984-1995. All rights reserved.
test.c
C: SAMPLE>link /LI /m test,,,c:IT-2000 lib slibsysd;
Microsoft ( R ) Segmented Executable Linker Version 5.63.2 20 Nov 29 1994
Copyright (C) Microsoft Corp 1984-1995. All rights reserved.
C: SAMPLE>
This example assumes that the SDK of the IT-2000 has been installed in C: IT-2000. If it is
installed in another directory, it is necessary to designate the location in which to store the header
file and library file according to the development environment. These designation can be made
using the environment variables INTCLUDE and LIB.
For more information refer to a compiler manual published separately by a third party.