Talk:RunError

From Free Pascal wiki
Jump to navigationJump to search

Name

Documentation link refers to them as "Run-time errors".

The compiler shows it as 'RunError'... Arent (talk) 00:24, 27 July 2016 (CEST)
redirect Run-time error - Arent (talk) 00:25, 27 July 2016 (CEST)
Runtime errors are shown by programs, not by the compiler (unless there is a bug in the compiler). And they do print "runtime error" (without a hyphen though). The screenshot you added shows some Lazarus-specific presentation of a runtime error (possibly when running a program inside the debugger -- there is an RTL routine called "runerror" that can be called to explicitly trigger run time errors). Programs never print such a message.
Jonas (talk) 11:59, 27 July 2016 (CEST)