home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / except2x.zip / except.doc < prev    next >
Text File  |  1993-11-25  |  592b  |  12 lines

  1. EXCEPT in a 32 bit DLL which implements an exception handler which
  2. saves the registers in a file named xxxx.TRP (xxxx=Pid,Tid) together
  3. with the Loaded modules code and data objects addresses, and also the
  4. failing thread stack dump and the process status as given by PSTAT.
  5. Trapper is an IBM C/2 program which shows how to implement the call to
  6. 32 bits exception handler from a 16:16 bits program.
  7. enter Trapper to generate a trap and the xxxxxx.TRP file.
  8. You are free to use that code as a sample for your programs. No support
  9. or guarantee from me implied.
  10. Cheers
  11. Marc Fiammante
  12.