Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Software Crestron 
SIMPL+
®
332 
z SIMPL+
®
Language Reference Guide - DOC. 5797G
File Errors (Compiler Errors 1700 to 1702)
Compiler Error 1700
file error:  End of file reached 
The compiler reached the end of file before all functions or statements were 
completed.
Make sure all functions have matching opening and closing braces.
Make sure all statement expressions have matching opening and closing parenthesis.
Compiler Error 1701
file error:   Error writing header file: '<file_name>'
                   Error writing file: '<file_name>'
                   Error writing library file
                   Error writing output file
                   Error creating compiler makefile: '<file_name>'
                    Error opening compiler source makefile: 
'<file_name>'
                    Error opening source file: '<file_name>'
The specified file could not be opened or created.
Make sure there is sufficient disk space for the file to be written.
If including a User or Crestron Library (#USER_LIBRARY or 
#CRESTRON_LIBRARY), make sure the library file name is valid, spelled 
properly and does not contain the file extension (.usl or .csl).
Make sure the latest version of the Crestron Database is installed.
Make sure the path for the Crestron Database and User SIMPL+ files have been 
specified within SIMPL Windows.
Make sure the file does not exist with a Read-Only attribute.
Make sure another application (i.e.: another instance of SIMPL+) is not 
currently running with this file open.
Compiler Error 1702
file error:  Error extracting library, '<file_name>', from 
archive: '<archive_file>' 
The specified file was not found within the Crestron Library archive.
Make sure the library file name is valid, spelled properly and does not contain 
the file extension (.csl).
Make sure the latest version of the Crestron Database is installed.
Make sure the path for the Crestron Database has been specified within SIMPL 
Windows.