The information in this article applies to:
SYMPTOMSWhen you build a project created with a Custom AppWizard that was based on another project, the following link errors might occur:
CAUSEThe Custom AppWizard project creation wizard does not carry over build configurations of base projects. Instead, it generates standard Release and Debug configurations. It ignores any custom settings in the original project, such as preprocessor defines, additional libraries, custom build steps, and so on. RESOLUTIONModify the project settings in the CustomizeProject function of your Custom AppWizard. STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONStarting with Visual C++ 6.0, the object model supports adding new configurations and modifying build settings for single files. Use these methods to create appropriate configurations during the CustomizeProject phase of your custom AppWizard. For more information, please see the following topics in the Visual C++ Documentation:
In Visual C++ 5.0, you may create custom build steps for an entire project,
and modify project settings for the two standard configurations the Custom
AppWizard generates. For additional information, please see the following
article in the Microsoft Knowledge Base:
Q181503 PRB: Custom AppWizards Can't Make Per-File Settings/Build Steps Steps to Reproduce Behavior
Continue with the following steps: Additional query words:
Keywords : kberrmsg kbwizard kbVC500 kbVC600 kbAppWizard kbCustomWizard kbGrpDSTools |
Last Reviewed: July 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |