home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / ABORTU.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1988-03-27  |  1.4 KB  |  35 lines

  1. ABORTU.ARC Compuserve description:
  2. TP4 source code for a unit which allows "halt"ing with the address of
  3. the abort displayed.  Can optionally display a number and/or a message.
  4. Includes demo program and hints on usage.  Public Domain.  Uploaded by
  5. the author, Carley Phillips (76630,3312).
  6.  
  7. ABORTU.ARC contains the following Turbo Pascal 4 related files:
  8.  
  9. ABORTU.PAS    - source code for AbortU unit for getting "halt" address
  10. CLOSGRPH.PAS  - source code for unit to make sure GraphClose has been executed
  11. READ.ME       - this file
  12. TESTABRT.PAS  - source for small demo program
  13.  
  14. To use the demo, do the following:
  15.    1. Bring up Turbo
  16.    2. Set your option to Compile/Destination as DISK
  17.    3. Set your Compile/Primary File as "TESTABRT"
  18.    4. Set you Options/Compiler/Debug Info to ON
  19.    5. Edit TestAbrt so the constant GraphPath points to your copy of Graph.TPU
  20.    6. Do a Compile/Make
  21.    7. Run the program
  22.    8. Note the address displayed by the abort routine
  23.    9. Do a Compile/Find Error entering the address you noted
  24.  
  25. The cursor should be on the Abort statement which caused the message.
  26.  
  27. To see the result when output has been redirected to a file, shell or exit
  28. to DOS, run TESTABRT >somefile from the command line, note the address is
  29. on the screen and not in somefile.
  30.  
  31. Comments, suggestions, bug-reports, etc. should be sent on Compuserve (via
  32. EasyPlex since I'm not necessarily on every few days) to
  33.  
  34. Carley Phillips, 76630,3312
  35.