RunError

From Free Pascal wiki
Revision as of 07:11, 18 September 2020 by Trev (talk | contribs) (Categorised page)
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