home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 341.INSTALLS.DOC < prev    next >
Text File  |  1992-04-17  |  4KB  |  105 lines

  1.  
  2.                ┌────────────────────────────────────────┐
  3.                │              Visage LITE               │
  4.                │                                        │
  5.                │ INSTALLATION AND GENERAL INSTRUCTIONS  │
  6.                └────────────────────────────────────────┘
  7.                      (c) Copyright DIDC 1991, 1992
  8.                           All Rights Reserved
  9.  
  10.  
  11. The Visage LITE distribution disk (or compressed file) should contain the
  12. following files:
  13.  
  14.         DIDC3.EXE               Visage LITE TSR
  15.         DIDCDISP.EXE            Display utility
  16.         DIDCPRNT.EXE            Print utility
  17.         IMGCALLS.EXE            Command line interface
  18.         DIDCUTIL.EXE            Image database utility
  19.  
  20.         VISAGE.PAS              Turbo Pascal Unit
  21.  
  22.         MSCVIS.C                Microsoft C source file.
  23.         MSCVIS.H                Microsoft C header file.
  24.  
  25.         TCVIS.C                 Borland C source file.
  26.         TCVIS.H                 Borland C header file.
  27.         VISDEMO  C              Borland C demo source code
  28.         VISDEMO  PRJ            Borland C demo project file
  29.         VISDEMO  EXE            Borland C demo executable
  30.  
  31.         CLIPVIS.C               Clipper source file.
  32.         CLIPVIS.H               Clipper header file.
  33.         IMGDEMO.PRG             Clipper demo source code
  34.  
  35.         IMGCALLS.CLA            Sample code for using imgcalls.exe
  36.                                 with Clarion.
  37.  
  38. Please make sure that all the EXE files are copied to the same working
  39. directory. You may copy the API files from their sub-directories to
  40. directories of your choosing.
  41.  
  42. To test Visage LITE, try the following:
  43.  
  44.         1. Make sure your HP scanner driver is loaded
  45.  
  46.         2. Set the Visage working directory environment
  47.  
  48.                 SET DIDC=C:\VISAGE (the name of your working directory)
  49.  
  50.         3. Set the Visage temporary directory
  51.  
  52.                 SET DIDCTMP=C:\ (your drive and directory)
  53.  
  54.         4. Load DIDC3.EXE
  55.  
  56.         5. Press any key to clear the opening screen and type:
  57.  
  58.                 IMGCALLS 3 DEMO 999 0
  59.  
  60.            NOTE: you may substitute any name for DEMO and any value for
  61.                  999
  62.  
  63.         6. If everything has gone right up to this point, you will see
  64.            the full Visage pulldown menu and the name of the database
  65.            and keyfield you designated on the status line at the bottom
  66.            of your screen.
  67.  
  68.            Place a page in your scanner and select the SCAN option from
  69.            the pulldown menu. After you have scanned your first page,
  70.            you will see a prompt at the lower right of the screen asking
  71.            for a volume number.  The volume number can be any number
  72.            except 65535 and desginates the location (disk or hard drive
  73.            partition) where you will permanently store your images.  See
  74.            the User's Guide for information on volume management.
  75.  
  76.            Once you have designated a volume number you can continue
  77.            scanning without interruption.
  78.  
  79.            When you have finished scanning, go to the VIEW menu to
  80.            retrieve and dislay your scanned images. When an image is
  81.            displayed, the following screen control keys may be used:
  82.  
  83.                 Control-Z:  Zoom in
  84.                 Alt-Z:      Zoom out
  85.                 Arrow keys: Pan and scroll
  86.                 Home:       Return to home position
  87.                 ENTER:      Return to Visage menu
  88.  
  89.            If you are connected to an HP LaserJet, try printing an
  90.            image.
  91.  
  92.  
  93. Please read the file User' sGuide for more ways to use Visage and how to
  94. interface and operate under program control.
  95.  
  96. Several demos are included. These may be used after DIDC3 is loaded:
  97.  
  98.        IMGDEMO.PRG      Clipper demo   (See CLIPPER.TXT to compile)
  99.        VISDEMO.EXE      Borland C demo
  100.  
  101. Examine the source code for these demos for examples on how to call
  102. Visage from within your application.
  103.  
  104.  
  105.