home *** CD-ROM | disk | FTP | other *** search
- ChangeError
- ===========
-
- Version 1.10 (10 Aug 1995)
-
- Introduction
- ------------
- Having used LongFiles for quite a while, I became intensely annoyed at the
- continuous Bad buffer size errors kept getting, when it was quite obvious
- that the error should be File open. So, I decided that after recording all
- the errors in a log I might as well have the correct error message recorded.
-
-
- Usage
- -----
- Run the !Create file. That's it.
- Hopefully, the code will be assembled with no errors and all that in
- future will be required is the running of the !Run code file.
-
-
- How it works
- ------------
- By catching the module service Error, the message can be changed to give
- that which is more understandable. In the same manner, all error messages
- could be changed, but there is no real point because you could simply change
- the Messages file. There was a good reason why I didn't do this, but I can't
- remember it. I think it's something to do with the fact that Bad buffer size
- is a Kernel or Global message and therefore can't be changed.
-
-
- Disclaimer
- ----------
- The author accepts no responsibility for any problems which this
- application may cause or loss of data resulting in its use. This application
- is Public Domain. This means that it may be distributed, so long as no charge
- other than copying costs are charged for it.
-
-
- Source code
- -----------
- This program requires the !JFPatch pre-assembler to make the code. This is
- a simple text-to-basic assembler which takes a text assembler file, makes a
- basic program from it to assemble, assembles it and returns any errors.
- Currently, it is under development and requires a lot of work before it will
- be released in any form. As such, the patch file is mostly useless, but must
- be distributed with the resultant module.
- All source code an the resultant module must be distributed together.
-
-
- Contact
- -------
- Any comments, queries, donations or bug reports can be sent to :
-
- Fidonet NetMail : Justin Fletcher at Arcade (0181 655 4412) [2:254/27]
- E-Mail : Gerph@arcade.demon.co.uk
-
- Snail Mail :
- Justin Fletcher
- “Galadriel”
- 17b Cromwell Road,
- Weeting,
- Brandon,
- Suffolk.
- IP27 0QT
-
- History
- -------
- Version 1.00 : 10 Aug 1995
- First and only version written. Works. And is in my boot-up
- sequence - so it can't be that bad.