RunError

From Free Pascal wiki
Revision as of 14:03, 28 July 2016 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