[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
NEW: Compiler options
------------------------------------------------------------------------------
The following compiler options have been added to CA-Clipper 5.2:
/ES Exit Severity level 0
Default exit severity level. If warnings are encountered during
compilation, the compiler does not set the DOS error level upon exit.
This maintains compatibility with CA-Clipper 5.0x.
/ES0 Exit Severity level 0
Same as /ES.
/ES1 Exit Severity level 1
Specifies an exit severity level of 1. If warnings are encountered
during compilation, the compiler sets the DOS error level upon exit.
/ES2 Exit Severity level 2
Specifies an exit severity level of 2. If warnings are encountered
during compilation, the compiler does not generate an object file (.OBJ)
and sets the DOS error level upon exit. This effectively promotes
warnings to error status at the DOS level.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson