home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ERROR MESSAGE SYSTEM 1.0
-
- For Turbo Pascal Version 5.0
-
-
-
-
-
-
-
-
-
-
-
-
- Copyright 1990, 1991 By
-
- Software Technology International
-
- All Rights Reserved
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -1-
- NOTICE
- ------
-
-
- All parts of this manual and the accompanying soft-
- ware are copyrighted material. You, as a registered
- user, are granted permission to make as many copies of
- the software, or manual, as you wish, as long as they
- are for your personal use. You may not copy this soft-
- ware, or manual, in any form whatsoever for usage
- outside of your personal use. This includes, but is not
- limited to, duplication of the disk, the files on the
- disk or the manual, by manual or electronic means.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -2-
- DESCRIPTION OF THE UNIT
- -----------------------
-
- This unit is a very simple unit for Turbo Pascal
- Version 5.0. This unit redirects the standard error
- processing and passes it to the procedure in this unit.
- This unit then transfers the error codes into a reason-
- ably understandable error message. This is much better
- than the cryptic RUNTIME ERROR XXX AT XXXX:XXXX that
- Turbo Pascal provides.
-
- This unit can also serve as a starting point for a
- more complicated error processing system. At the mo-
- ment, when an error occurs, the program halts. By using
- this unit as a base, you can create a unit that handles
- all errors, produces a message, and then jumps to a
- safe place in the program.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -3-
-
-