BUG: RTTI and Incremental Link Options Incorrectly DisabledLast reviewed: June 24, 1997Article ID: Q170515 |
The information in this article applies to:
SYMPTOMSThe following project setting checkboxes are incorrectly disabled in Developer Studio and prevent the respective build options from being specified to the compiler and linker:
Project|Settings|C++|Category:C++ Language|Enable Run-Time Type Information Project|Settings|Link|Category:General|Link IncrementallyIn addition, you cannot enter the options manually in the Project Options edit box at the bottom of the Settings dialog box.
RESOLUTIONTo work around this problem, manually specify the switches in the Project Options window immediately followed by a pair of empty quotes. Examples:
/GR"" /INCREMENTAL:YES"" STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. |
Keywords : kbtool VCAlpha VWBIss
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |