PRB: EXE with Included CONFIG.FPW Does Not Allow -C Option (156057)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q156057 SYMPTOMS
If a CONFIG.FPW configuration file is marked as Included within the Project
Manager and this project is built into an EXE file, the -C Command line
cannot be used to override the built-in CONFIG.FPW.
WORKAROUND
You can work around this problem in one of two ways:
- Do not add the CONFIG.FPW to the project. Or, add it to the project but
mark it Excluded. The CONFIG.FPW must be provided as a separate file
but it can be overridden with a -c or -c<other config filename>.
-or-
- Give the configuration file a name other than CONFIG.FPW. The
configuration file must always be specified on the Command line to be
utilized but can be overridden by specifying -c or
-c<other config filename>.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 10/15/2003 |
---|
Keywords: | kbenv KB156057 |
---|
|