Difference between revisions of "Talk:RunError"

From Lazarus wiki
Jump to navigationJump to search
 
Line 3: Line 3:
 
:The compiler shows it as 'RunError'... [[User:Arent|Arent]] ([[User talk:Arent|talk]]) 00:24, 27 July 2016 (CEST)
 
:The compiler shows it as 'RunError'... [[User:Arent|Arent]] ([[User talk:Arent|talk]]) 00:24, 27 July 2016 (CEST)
 
:redirect [[Run-time error]] - [[User:Arent|Arent]] ([[User talk:Arent|talk]]) 00:25, 27 July 2016 (CEST)
 
:redirect [[Run-time error]] - [[User:Arent|Arent]] ([[User talk: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.
 +
:: [[User:Jonas|Jonas]] ([[User talk:Jonas|talk]]) 11:59, 27 July 2016 (CEST)

Latest revision as of 10:59, 27 July 2016

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)