home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / winrip.zip / README.TXT < prev   
Text File  |  1990-11-11  |  2KB  |  58 lines

  1. Windows RIP Handler, version 1.22
  2. =================================
  3.  
  4. The RIP handler is a utility that intercepts FatalExit messages generated by
  5. the debugging version of Windows and displays them on a debugging screen.
  6. This is the same thing as OX.SYS will do for you. The difference is that
  7. this utility will also allow you to answer the "Abort, Break or Ignore?"
  8. question in protected mode. This cannot ox.sys currently do.
  9. This will probably save you some time avoiding a reboot and also the
  10. possibility to ignore more or less harmless errors.
  11.  
  12. The utility does not limit itself to FatalExits, it will intercept every
  13. OutputDebugString issued by any application.
  14.  
  15. This utility will only work in protected mode, so you definitely still
  16. need ox.sys for real mode stuff.
  17.  
  18. In addition to displaying the FatalExits the utility will also try to replace
  19. the exit code with a readable text string. So instead of seeing
  20.     "FatalExit code =  0x0007"    you will see
  21.     "FatalExit code =  Window handle not valid." which is somewhat nicer.
  22.  
  23. The utility will work in three different hardware configurations:
  24.  
  25.     1) Graphics card+Mono
  26.     2) 8514/a+VGA       (Currently limited to 25 lines)
  27.     3) Graphics card only
  28.  
  29. In the third alternative the FatalExits are redirected to the same display
  30. as where Windows run. The second alternative is probably not limited to the
  31. 8514/a but will work with any card that can coexist with a VGA. I haven't
  32. tested anything else though.
  33.  
  34. The selection of the setup is done by renaming the executable to the
  35. following names:
  36.  
  37.     1) MDA.EXE
  38.     2) VGA.EXE
  39.     3) SCREEN.EXE
  40.  
  41. Everything else will default to the Monochrome card.
  42.  
  43. The easiest way of installing this is to specify "load=mda" in WIN.INI. It
  44. will display a logo string upon installation. Note that it will not check
  45. if you have the appropriate hardware, so you have every chance of making it
  46. fail.
  47.  
  48. All the usual disclaimers about functionality but it has been used
  49. successfully for some time now. (Tested mostly on Compaqs and a few PS/2s).
  50.  
  51. Enjoy!
  52.  
  53.  
  54. Anders Thun
  55.  
  56. BIX: athun
  57. CIS: 72331,2560
  58.