NoErrors module
John Sandgrounder (1650) 574 posts |
I remember seeing information about a module which would trap Error Boxes, thus helping to ensure that server computers would continue running. But now, I can’t find it. Can anybody help with a download link? |
Steve Pampling (1551) 8170 posts |
Rick gave the link as this in the thread here in which he points out that since you might actually want to know what the errors were then using the WimpLog utility from Theo’s pages would be a good idea. |
Rick Murray (539) 13840 posts |
I wrote a small module to do this for my server. It can also write the error messages to DADebug if that is running. http://www.heyrick.co.uk/random/ErrorCancel.ffa Source code: http://www.heyrick.co.uk/random/errorcancel.s.txt It won’t build as-is, it’ll need SWI names – if you have the DDE, it is at …Sources.DDE-Examples.ObjAsm.AsmHdrs.h.SWINames (and alter path to header). |
John Sandgrounder (1650) 574 posts |
That looks good. Thank you both. |