Notes: See also values out of range.
5.1.2.2.37 -rtlf Send run-time errors to log file
This command-line compiler option sends run-time errors to a log file.
Syntax: -rtlf[+|-]
Default: Disabled
Notes: See also run-time errors in log file.
5.1.2.2.38 -rtmb* Send run-time errors to
message box
This command-line compiler option sends run-time errors to a message box. NOTE: Only executables
running under the Windows platform can display run-time errors in message boxes, on all other platforms
this option has no effect.
Syntax: -rtmb[+|-]
Default: Enabled
Notes: See also run-time errors in message box.
5.1.2.2.39 -rtsc* Send run-time errors to screen
This command-line compiler option sends run-time errors to the console screen.
Syntax: -rtsc[+|-]
Default: Enabled
Notes: See also run-time errors to console screen.
5.1.2.2.40 -s* Strict var strings
This command-line compiler option enables/disables strict checking of var string parameters.
Syntax: -s[+|-]
Default: Enabled
Notes:
When strict checking is enabled, it is an error to pass a string variable by reference if the length of the
variable's string type is not equal to the length of the formal parameter's string type.