home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 499.lha / InputDeviceToolKit / input.lzh / src / DeviceToolKits / Input / docs / IncludeFiles.doc < prev    next >
Encoding:
Text File  |  1991-01-05  |  1.6 KB  |  67 lines

  1.  
  2.                              Input Device ToolKit
  3.  
  4.  
  5.      Include Files (1.1)                                Include Files (1.1)
  6.  
  7.  
  8.      NAME
  9.  
  10.                Include Files for the Input Device ToolKit
  11.  
  12.      SYNOPSIS
  13.  
  14.                All of the synopses in this documentation show the following
  15.                include file sequence:
  16.  
  17.                #include  "DeviceToolKits/Input.h"
  18.                #include  "DeviceToolKits/proto/Input.h"
  19.  
  20.                In reality, this include file sequence is for all versions
  21.                of MANX V3.6 compilation and for SAS V5.10 / LATTICE V5.0.4
  22.                / MANX V5.0 compilation with pragma subroutine invocation
  23.                and the shared library.  Below is the proper include file
  24.                sequence for the other options of SAS / LATTICE / MANX V5
  25.                compilation.
  26.  
  27.  
  28.                SAS / LATTICE / MANX V5 with full runtime library
  29.                (Input.lib)
  30.                SAS / LATTICE / MANX V5 with glue library (InputGlue.lib)
  31.                for shared library
  32.  
  33.                #include  "DeviceToolKits/Input.h"
  34.                #define   NO_PRAGMAS     1
  35.                #include  "DeviceToolKits/proto/Input.h"
  36.  
  37.                The include files are found under :my_include.  The SAS /
  38.                LATTICE compiler should be invoked with -DSAS, and the MANX
  39.                compiler should be invoked with either -DMANXV3 or -
  40.                DMANXV5.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                                                                           1
  62.           Printed September 23, 1990                                 Page  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.