Click to See Complete Forum and Search --> : DOS RUNTIME ERROR


tony_the_tiger
March 15th, 2000, 04:53 PM
Hi, I was wondering what are the possible causes of DOS Runtime Errors and the possible fixes? Thanks for your help.

Vernon Frazee
March 15th, 2000, 05:56 PM
Runtime errors indicate bugs in the program or problems that the designers had anticipated but could do nothing about. For example, running out of memory will often cause a runtime error.
 
Note that runtime errors differ from bombs or crashes in that you can often recover gracefully from a runtime error.