home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsf / jfshared / Modules / ChangeErr / !Help < prev    next >
Encoding:
Text File  |  1995-09-23  |  2.4 KB  |  70 lines

  1.                                   ChangeError
  2.                                   ===========
  3.  
  4. Version 1.10 (10 Aug 1995)
  5.      
  6. Introduction
  7. ------------
  8.   Having used LongFiles for quite a while, I became intensely annoyed at the
  9. continuous Bad buffer size errors kept getting, when it was quite obvious
  10. that the error should be File open. So, I decided that after recording all
  11. the errors in a log I might as well have the correct error message recorded.
  12.  
  13.  
  14. Usage
  15. -----
  16.    Run the !Create file. That's it.
  17.    Hopefully, the code will be assembled with no errors and all that in
  18. future will be required is the running of the !Run code file.
  19.  
  20.     
  21. How it works
  22. ------------
  23.    By catching the module service Error, the message can be changed to give
  24. that which is more understandable. In the same manner, all error messages
  25. could be changed, but there is no real point because you could simply change
  26. the Messages file. There was a good reason why I didn't do this, but I can't
  27. remember it. I think it's something to do with the fact that Bad buffer size
  28. is a Kernel or Global message and therefore can't be changed.
  29.  
  30.  
  31. Disclaimer
  32. ----------
  33.   The author accepts no responsibility for any problems which this
  34. application may cause or loss of data resulting in its use. This application
  35. is Public Domain. This means that it may be distributed, so long as no charge
  36. other than copying costs are charged for it.
  37.   
  38.  
  39. Source code
  40. -----------
  41.    This program requires the !JFPatch pre-assembler to make the code. This is
  42. a simple text-to-basic assembler which takes a text assembler file, makes a
  43. basic program from it to assemble, assembles it and returns any errors.
  44. Currently, it is under development and requires a lot of work before it will
  45. be released in any form. As such, the patch file is mostly useless, but must
  46. be distributed with the resultant module.
  47.    All source code an the resultant module must be distributed together.
  48.  
  49.  
  50. Contact                
  51. -------
  52. Any comments, queries, donations or bug reports can be sent to :
  53.  
  54. Fidonet NetMail :  Justin Fletcher at Arcade (0181 655 4412) [2:254/27]
  55. E-Mail : Gerph@arcade.demon.co.uk
  56.  
  57. Snail Mail :
  58.     Justin Fletcher
  59.     “Galadriel”
  60.     17b Cromwell Road,
  61.     Weeting,
  62.     Brandon,
  63.     Suffolk.
  64.     IP27 0QT
  65.  
  66. History
  67. -------
  68. Version 1.00 : 10 Aug 1995
  69.                First and only version written. Works. And is in my boot-up
  70.                sequence - so it can't be that bad.