PRB: EXE with Included CONFIG.FPW Does Not Allow -C OptionLast reviewed: January 10, 1997Article ID: Q156057 |
The information in this article applies to:
SYMPTOMSIf 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.
WORKAROUNDYou can work around this problem in one of two ways:
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior
There are two methods to work around the problem in the above example.
Method 1:Under step 4 above, add the following:
4a. In the Project Manager, right-click on the Config file and select Exclude. Method 2:Change step 3 above to read:
3. Create a MYCONFIG.FPW file with the following contents: TITLE=Built in CONFIG was usedChange step 4 above to read:
4. Add the MYCONFIG.FPW file to the project as a Text File. It will be marked Included by default.Now the built-in configuration file, MYCONFIG.FPW, can be utilized only by specifying the configuration file, such as C:\<directory with EXE>\TEST.EXE -cMYCONFIG.FPW. Use of -c will cause no configuration file to be used, and -cOTHER.FPW will allow OTHER.FPW to be used.
|
KBCategory: kbenv kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |