Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Software Crestron 
SIMPL+
®
286 
z SIMPL+
®
Language Reference Guide - DOC. 5797G
Compiler Errors and Warnings
Compiler Errors and Warnings Overview
The SIMPL+ program compiler errors and warnings are grouped into several 
categories, as shown in the following table. Errors are listed in numerical order; page 
links are provided to detailed descriptions of the errors.
Compiler Errors and Warnings
CATEGORY
NUMBER MESSAGE TEXT
PAGE
Syntax Errors
1000
 '<identifier>' already defined
1001
Undefined variable: ‘<identifier>’
Undefined function ‘<identifier>’
1002
Missing '<token>'
1003
Incorrect type '<decl_type>', expected type(s): '<decl_type1[,decl_type2] 
[,decl_typen]>'
Incorrect type, expected type(s): '<decl_type1[,decl_type2][,decl_typen]>'
1004
 Unmatched symbol: '<identifier>'
1005
Unexpected symbol in compiler directive:  '<identifier>'
1006
 Invalid #DEFINE_CONSTANT value: '<identifier>'
1007
Missing array index: '<identifier>'
1008
Invalid integer argument or undefined variable: '<identifier>'
1009
Missing structure member: '<identifier>'
Structure does not contain member: '<identifier>'
1010
Symbol Name contains illegal character: ';'
1011
Missing return value
1012
Unterminated string constant
1013
Source code does not evaluate to anything
Fatal Errors
1100
Statement outside of function scope
1101
Abort - Error count exceeded <max_errors>
Expression 
Errors
1200
 Invalid numeric expression: '<expression>'
Invalid string expression
Invalid expression: '<expression>'
1201
 Invalid \\x sequence
Invalid \\x sequence: '<expression>'