home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / egaf02.zip / EGAF.DOC < prev    next >
Text File  |  1989-11-11  |  2KB  |  30 lines

  1.   This is the Nov 11, 1989 revision of EGAF.ASM by Jim Kyle. The archive
  2. contains no executable files, just source and object code.  This is version
  3. 02 of the package, correcting several problems of the original upload which
  4. caused keyboard input to fail and disabled the cursor keys.
  5.  
  6.   This package contains a replacement driver, EGAF.OBJ, for Clipper Summer
  7. 87 programs that takes the place of the standard screen, keyboard, and
  8. printer driver contained in CLIPPER.LIB.  This new driver provides full
  9. awareness of the various CRT sizes supported by EGA and VGA video systems
  10. and makes Clipper programs fully compatible with utilities such as the
  11. UltraVision (R) package from Personics.  (NOTE: The _SETnn routines DO NOT
  12. work properly when UltraVision is active, but if you have UV, you do not need
  13. them anyway!)
  14.  
  15.   It also contains a small test program that illustrates the use of all the
  16. features added to the driver: the __BRC feature to determine screen size,
  17. and the four _SETnn routines to select 25, 28, 43, or 50 line sizing from
  18. your Clipper programs.
  19.  
  20.   To use EGAF, simply add it to the object-file list; if you use LINK you
  21. will also need to use the /NOE switch:
  22.                             LINK /NOE EGATST+EGAF;
  23.  
  24.   This package is provided as a service to the Clipper programming community
  25. and no warranty of any sort, express or implied, accompanies it. Use at your
  26. own risk. If you like it, let me know via CIS 76703,762.
  27.  
  28.                                         Jim Kyle
  29.                                         Oklahoma City, OK
  30.