Library:  adsPen

Installing   Reference   Samples

THIS SOFTWARE, AND ALL ACCOMPANYING FILES, DATA AND MATERIALS,
ARE DISTRIBUTED "AS IS" AND WITH NO WARRANTIES OF ANY KIND,
WHETHER EXPRESS OR IMPLIED. IN NO EVENT I SHALL BE LIABLE FOR 
ANY  INCIDENTAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES WHATSOEVER
RELATING TO THE USE OF ADSPEN LIB.
Download - adsPen v1.0

adsPen.zip contains adsPen.lib for Pocket Viewer applications development.

Copy adsPen.lib into your application OBJ directory \CASIO\PV2EN02\C\YourApp\OBJ\, copy adsPen.lib into your application ForDEBUG directory \CASIO\PV2EN02\C\YourApp\ForDEBUG\ and adsPen.h in your application H directory \CASIO\PV2EN02\C\YourApp\H\. Then modify your MAKEFILE as follows:

#== CompileObjectFile ==
APLOBJS = $(ODIR)\YourApp.obj $(ODIR)\adsPen.lib


#== IncludeHeaderFile ==
HEADFILE = $(HDIR)\YourApp.h $(HDIR)\adsPen.h