Penguin

Differences between current version and previous revision of Illegal.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Friday, October 10, 2003 10:57:33 am by StuartYeates
Older page: version 2 Last edited on Friday, October 10, 2003 9:29:52 am by JohnMcPherson Revert
@@ -1,7 +1,7 @@
 An action, datum or data that is not legal. (Not legal for the computer's internal rules, not in the real world!) 
  
 Illegality is not transitient or temporary, it is permanent. (Re)Attempting an illegal action or (re)testing illegal datum or data should result in failure. 
  
-The famous error message on [Windows] computers is something like "This program has performed an illegal operation and will be shut down", which isn't a very meaningful error message to the majority of end users. A better message would say that there is a bug in the software and the program can't continue running. 
+The famous error message on [Windows] computers is something like "This program has performed an illegal operation and will be shut down", which isn't a very meaningful error message to the majority of end users. Such messages are surprisingly common when one system wraps (or emulates or similiar) another and the wrapper doesn't want to go to the effort of wrapping each error message. A better message would say that there is a bug in the software and the program can't continue running. 
  
 Compare [Valid].