RunError

From Free Pascal wiki
Revision as of 10:48, 12 July 2020 by Arent (talk | contribs)
Jump to navigationJump to search

A RunError is a low-level error emitted by the freepascal Run Time Library. In Lazarus runerrors are raised as exception.

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