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

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