Re: Suppress Critical Error Message
- Posted by Colin Taylor <71630.1776 at COMPUSERVE.COM> Apr 09, 1997
- 972 views
Lee woo seob wrote: >How can I suppress the critical error message printed on the screen when the >drive is not ready? How can I know whether the drive A: or B: is ready or >not before the program read the diskette? I have to say that this is near the top of my wish list, too. My (limited) understanding of this subject is that when a critical error occurs, DOS suspends all program activity until the the error is resolved. This means that you can't write an error handler in Euphoria because Euphoria will be inactive during this period. I have seen examples of error handling programs (written in assembler) that give detailed error messages in pop-up windows, etc. Is there anything like this that is readily available, customizable and will work well with Euphoria??? Colin Taylor 71630.1776 at compuserve.com