[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|            BUILD EXE            |
+---------------------------------+
BUILD EXE <exe file> FROM <project>
        [STANDALONE] [EXTENDED]

-----------------------------------
For owners of the FoxPro Distribution Kit, creates an executable (.EXE)
file from a project.
-----------------------------------

<exe file>
        Name of the .EXE file to create.  If an .APP with the same name as the
stand-alone .EXE file exists, it is deleted.  Note also that if an .EXE
exists and you create an .APP with the same name, the EXE is deleted.

FROM <project>
        Name of the project from which the executable file will be built.

STANDALONE
        Creates a standard version .EXE that is completely self-contained and
has the same requirements as the Standard version of FoxPro.  To create
a stand-alone .EXE, the following files must be in the same directory as
FoxPro: FOXPRO.LIB, FOXPROS.LIB, FOXCLIBM.LIB, FOXMATHM.LIB and
WLINK8.EXE.

EXTENDED
        Creates an extended version .EXE that is completely self-contained and
has the same requirements as the Extended version of FoxPro.  To create
a stand-alone extended .EXE, the following files must be in the same
directory as FoxPro: FOXPROX.LIB, FOXPROSX.LIB, FOXCLIBR.LIB,
FOXMATHR.LIB, FOXLDR.EXE and WLINK8.EXE.

If you don't include either STANDALONE or EXTENDED, a compact .EXE is
created.  To execute a compact .EXE, the FoxPro .EXE Support Library
must be located on the DOS path.

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

See Also:  BUILD APP, BUILD PROJECT, CREATE PROJECT, MODIFY PROJECT

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

See Also: BUILD APP BUILD PROJECT CREATE PROJECT MODIFY PROJECT
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson