Hi, I was wondering what are the possible causes of DOS Runtime Errors and the possible fixes? Thanks for your help.
Printable View
Hi, I was wondering what are the possible causes of DOS Runtime Errors and the possible fixes? Thanks for your help.
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.