home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / OVERLOCK.ZIP / OVERLOCK.DOC < prev    next >
Encoding:
Text File  |  1989-12-05  |  956 b   |  21 lines

  1. NOTE!  This is a beta-test release.  Please test your application thoroughly and
  2. report any problems via EasyPlex to 76666,2322 on CompuServe or by voice at
  3. (216) 581-5607 10am-6pm EST.
  4.  
  5. The OVERLOCK lock unit interfaces the functions OvrLock and OvrUnlock.
  6.  
  7. OvrLock is a function that places a "lock" on the overlay buffer.  Any units
  8. present in the overlay buffer when the lock is applied will remain fixed in
  9. memory until the lock is removed.
  10.  
  11. OvrUnlock removes the lock from the overlay buffer.
  12.  
  13. Complete documentation for these functions can be found in OVERLOCK.PAS.
  14.  
  15. LOCKDEMO is a demonstration program for the OVERLOCK unit.  It uses the units
  16. DEMO1 through DEMO4.  Examine the output of the program carefully to see how
  17. units that are locked in do not need to be loaded before they execute.
  18.  
  19. Written by Ron Schuster (CIS 76666,2322).  Copyright (c) 1989.
  20. All rights reserved.  May be distributed freely, but not for a profit.
  21.