home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / grafik / gp / readme < prev    next >
Encoding:
Text File  |  1994-05-17  |  880 b   |  18 lines

  1. Copy ALL these files to a directory on your hard disk.
  2. Change to that drive and directory.
  3. Bring up Pascal compiler.
  4. Open GRAPHDMO.PAS in editor.
  5. Do a BUILD.  This will compile all the UNITs along with GRAPHDMO
  6. and will place the TPU files in the OPTIONS DIR designated EXETPU dir or,
  7. if none designated, into the current dir.
  8.  
  9. See the GP.DOC file for full description of all procedures and functions.
  10.  
  11. NOTE: (1) See GP.PAS, BGIDRIV.PAS, and BGIFONT.PAS for commented out code if 
  12.           wish to extend.
  13.       (2) VESA16U.PAS should be compiled separately to produce UNIT.
  14.           Put VESA16.OBJ in your OPTIONS DIR desiginated OBJ dir.
  15.           Then you may place VESA16U in your USES statement to allow
  16.           BeginGraphic (or InitGraph) to detect VESA monitor, if desired.
  17.           Otherwise, the EGAVGA driver will be detected and used in VGA mode.
  18.