home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / VIS082S.ZIP / OVRS.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1990-03-05  |  100 b   |  5 lines

  1.     If OvrResult <> OvrOK then
  2.         Begin
  3.             WriteLn('Overlay file not found.');
  4.             Halt(255);
  5.         End;