[Project]-[Properties]-[Compiler] Page
This page allows you to configure the compiler settings.
Item | Description |
---|---|
Compiler Version | [Default] is the normal setting. When the projects cannot be built because new SPEL+ language keywords have been added that conflict with your variable names, you can select a previous version to build the projects. Specify the controller version that compiles the project. Epson RC+ 8.0 is compatible with EPSON RC+ 7.0. For details on compatibility, refer to the following manual. "SPEL+ Language Reference - Appendix B: Precaution of Compatibility" |
Strict Compile | Checks the Boolean type strictly. If the program contains following descriptions, an error will occur.
|
Globals must be declared in each file used | Checks the Global variables (including Global Preserve variables) for each file. When this item is checked, you must declare Global variables in each file in which they are used, otherwise an error will occur at build time. Enabling this item reduces a build time of a project which uses many Global variables. |