Microsoft KB Archive/170515: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 58: Line 58:


To work around this problem, manually specify the switches in the '''Project Options''' window immediately followed by a pair of empty quotation marks. For example:
To work around this problem, manually specify the switches in the '''Project Options''' window immediately followed by a pair of empty quotation marks. For example:
<pre class="fixed_text">  /GR&quot;&quot;
<pre class="fixed_text">  /GR""
   /INCREMENTAL:YES&quot;&quot;
   /INCREMENTAL:YES""
                 </pre>
                 </pre>



Latest revision as of 11:05, 21 July 2020

Knowledge Base


FIX: RTTI and Incremental Link Options Incorrectly Disabled

Article ID: 170515

Article Last Modified on 10/17/2003



APPLIES TO

  • Microsoft Visual C++ 5.0 Professional Edition, when used with:
    • the hardware: DEC Alpha



This article was previously published under Q170515

SYMPTOMS

The following project-setting check boxes 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 Incrementally
                

In addition, you can not enter the options manually in the Project Options edit box at the bottom of the Settings dialog box.

RESOLUTION

To work around this problem, manually specify the switches in the Project Options window immediately followed by a pair of empty quotation marks. For example:

   /GR""
   /INCREMENTAL:YES""
                

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was corrected in Microsoft Visual C++, version 6.0.

Keywords: kbbug kbfix kbide kbvc600fix KB170515