home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / excptn.zip / excptn / read.me < prev   
Text File  |  1994-11-23  |  2KB  |  25 lines

  1. Kindly keep the following points in mind:
  2. 1. While this code is in production use, it has been gleaned from a much wider
  3.    context, and has not been tested (not even compiled) as it is now. I believe
  4.    nothing is missing, but if anything is, let me know.
  5. 2. The stuff you are intersted in is delimited by __OS2__ define's. Ignore the
  6.    other environments, there is nothing very interesting there.
  7. 3. We use the Watcom C/C++ V10.0 compiler, but the code should compile in any
  8.    environment. We take care to delimit compiler dependent code be __WATCOMC__
  9.    define's, and there are none in this code.
  10. 4. The main purpose of this code is to report back problems from DLL's written by
  11.    us. It therefore contains code both for generating and for fielding exceptions.
  12.    You may use both, or just the fielding part.
  13. 5. I disclaim any responsibility for usage of this code. For any legal consideration,
  14.    it is supplied as an example only.
  15. 6. Don't sell the source code in any way.
  16. 7. If you modify this code in an interesting or usefull way, please post your
  17.    modifications, and let me know.
  18. 8. Remember that exceptions are handled by OS2 on a per-thread basis, so each thread
  19.    needs to register an exception handler of its own.
  20. 9. The EXCPTN.DOC file is in W4W 2.0 format.
  21.                                                     Good luck
  22.                                                     Amotz Anner
  23.                                                     Sirius Technologies Ltd
  24.                                                     Jerusalem, Israel.
  25.