RunError

From Free Pascal wiki
Revision as of 13:56, 12 July 2020 by Trev (talk | contribs) (Fixed typos)
Jump to navigationJump to search

A RunError is a low-level error emitted by the Free Pascal Run Time Library. In Lazarus, RunErrors are raised as exceptions.

runerror232.png

RunError(232) reports missing cThreads unit. Add {$define UseCThreads} in the top of the first Pascal unit (usually the project .lpr file)

See also