home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / dreamscape / utilities / Dreamscape / Utilities / MaskThrow / ReadMe < prev   
Encoding:
Text File  |  1996-07-21  |  942 b   |  24 lines

  1.                                MaskThrowback             version 1.00
  2.                               ===============
  3.  
  4. MaskThrowback is a simple little module that stops certain messages such as
  5. 'Non-ANSI #include <xxxxx.h>' appearing in throwback windows.
  6.  
  7. It works by installing a filter on the Wimp message that sends a throwback
  8. message to a text editor.
  9.  
  10. You can add more messages by changing the 'Masked' file and re-assembling it
  11. (you will need ObjAsm, CMHG, a C compiler and OSLib). All you have to do is
  12. add more lines beginning with 'add_message' - you can use the '*' character
  13. as a wildcard.
  14.  
  15. MaskThrowback works with Zap, although I haven't tried it with SrcEdit or
  16. StrongEd.
  17.  
  18. For some reason, there seems to be a bit of a clash with the LongFilenames
  19. module. If you have problems, try loading the modules in a different order.
  20. However, LongFilenames seems to clash with almost everything. :-)
  21.  
  22. Mark Seaborn
  23. mseaborn@argonet.co.uk
  24.