SErrInvalidCharacter
'Invalid character ''%s'''
SErrOpenString
'string exceeds end of line'
SErrIncludeFileNotFound
'Could not find include file ''%s'''
SErrResourceFileNotFound
'Could not find resource file ''%s'''
SErrIfXXXNestingLimitReached
'Nesting of $IFxxx too deep'
SErrInvalidPPElse
'$ELSE without matching $IFxxx'
SErrInvalidPPEndif
'$ENDIF without matching $IFxxx'
SLogOpeningFile
'Opening source file "%s".'
SLogLineNumber
'Reading line %d.'
SLogIFDefAccepted
'IFDEF %s found, accepting.'
SLogIFDefRejected
'IFDEF %s found, rejecting.'
SLogIFNDefAccepted
'IFNDEF %s found, accepting.'
SLogIFNDefRejected
'IFNDEF %s found, rejecting.'
SLogIFAccepted
'IF %s found, accepting.'
SLogIFRejected
'IF %s found, rejecting.'
SLogIFOptAccepted
'IFOpt %s found, accepting.'
SLogIFOptRejected
'IFOpt %s found, rejecting.'
SLogELSEIFAccepted
'ELSEIF %s found, accepting.'
SLogELSEIFRejected
'ELSEIF %s found, rejecting.'
SErrInvalidMode
'Invalid mode: "%s"'
SErrInvalidModeSwitch
'Invalid mode switch: "%s"'
SErrXExpectedButYFound
'"%s" expected, but "%s" found'
SErrRangeCheck
'range check failed'
SErrDivByZero
'division by zero'
SErrOperandAndOperatorMismatch
'operand and operator mismatch'
SUserDefined
'User defined: "%s"'
SLogMacroDefined
'Macro defined: %s'
SLogMacroUnDefined
'Macro undefined: %s'
SWarnIllegalCompilerDirectiveX
'Illegal compiler directive "%s"'
SIllegalStateForWarnDirective
'Illegal state "%s" for $WARN directive'
SErrIncludeLimitReached
'Include file limit reached'
SMisplacedGlobalCompilerSwitch
'Misplaced global compiler switch, ignored'
SLogMacroXSetToY
'Macro %s set to %s'
SInvalidDispatchFieldName
'Invalid Dispatch field name'
SErrWrongSwitchToggle
'Wrong switch toggle, use ON/OFF or +/-'
SNoResourceSupport
'No support for resources of type "%s"'
SErrInvalidMultiLineLineEnding
'Invalid multilinestring line ending type: use one of CR/LF/CRLF/SOURCE/PLATFORM'
SWarnIgnoringLinkLib
'Ignoring LINKLIB directive %s -> %s (Options: %s)'