[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|             COMPILE             |
+---------------------------------+
COMPILE <file> | <skel>
        [ENCRYPT] [NODEBUG]

-----------------------------------
Compiles a program file.
-----------------------------------

Compilation error messages are saved to a text file if SET LOGERRORS is
ON when a program is compiled.  SET LOGERRORS ON to save compilation
error messages to a text file with the same name as the program being
compiled.  The error log file will be given an extension of .ERR.  If
SET LOGERRORS is OFF, an error log file isn't created.

<file> | <skel>
        Single program file, or a set of files that match <skel> to be
compiled.

ENCRYPT
        Scrambles code of compiled FoxPro programs.  Users of the Distribution
Kit should always include this option when compiling programs intended
for distribution, for additional source code protection.

NODEBUG
        Reduces size of your compiled code by two bytes per source program
line.  You cannot view program execution in Trace window for programs
compiled with NODEBUG.

-----------------------------------

See Also:  MODIFY COMMAND/FILE, SET LOGERRORS

-----------------------------------

See Also: MODIFY COMMAND/FILE SET LOGERRORS
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson