home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / HDS 3.02 / Exception / exhandle.r < prev   
Encoding:
Text File  |  1993-10-09  |  866 b   |  47 lines  |  [TEXT/MPS ]

  1. #include "Types.r"
  2.  
  3. data 'ALRT' (256) {
  4.     $"0064 0064 00C6 01B9 0100 5555 300A"                 /* .d.d.Δ.π.ÑUU0. */
  5. };
  6.  
  7. resource 'DITL' (256) {
  8.     {
  9.         /* 1 */
  10.         {68, 231, 88, 331},
  11.         Button { enabled, "OK" };
  12.         /* 2 */
  13.         {7, 74, 55, 331},
  14.         StaticText { disabled, "Unhandled exception:\r^0" }
  15.     }
  16. };
  17.  
  18. data 'ALRT' (257) {
  19.     $"0064 0064 00C6 01B9 0101 5555 300A"                 /* .d.d.Δ.π.ÑUU0. */
  20. };
  21.  
  22. resource 'DITL' (257) {
  23.     {
  24.         /* 1 */
  25.         {68, 231, 88, 331},
  26.         Button { enabled, "OK" };
  27.         /* 2 */
  28.         {7, 74, 55, 331},
  29.         StaticText { disabled, "Attempt to pop empty exception stack" }
  30.     }
  31. };
  32.  
  33. data 'ALRT' (258) {
  34.     $"0064 0064 00C6 01B9 0102 5555 300A"                 /* .d.d.Δ.π.ÑUU0. */
  35. };
  36.  
  37. resource 'DITL' (258) {
  38.     {
  39.         /* 1 */
  40.         {68, 231, 88, 331},
  41.         Button { enabled, "OK" };
  42.         /* 2 */
  43.         {7, 74, 55, 331},
  44.         StaticText { disabled, "Corrupted exception stack" }
  45.     }
  46. };
  47.