FIX: Win32(80x86) Release Target Not Displayed in Windows 95 (134373)



The information in this article applies to:

  • Microsoft Visual C++, 32-bit Professional Edition 2.0
  • Microsoft Visual C++, 32-bit Professional Edition 2.1
  • Microsoft Visual C++, 32-bit Professional Edition 2.2

This article was previously published under Q134373

SYMPTOMS

In the drop-down target list of the Visual Workbench, the Win32(80x86) Release target is not displayed for selection under Windows 95. This problem does not occur when running under Windows NT.

CAUSE

The number of items displayed in the target drop-down list box is one less than the total number of targets available. The one missing is usually the top most target. If you select the top most target as the default, the bottom most target disappears.

RESOLUTION

When the target drop-down list box is in focus, press the UP ARROR or DOWN ARROW key to move up or down in the list. The missing target will become visible, so you can select the target for the build.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug was corrected in Microsoft Visual C++, 32-bit Edition, version 4.0.

MORE INFORMATION

Steps to Reproduce Problem

  1. Open the MFC HELLO sample makefile.
  2. In the Make Window, the project tree for Win32(80x86) Debug is displayed.
  3. Open the Target drop-down list box.
  4. All the targets are shown except Win32(80x86) Release target.

Modification Type:MajorLast Reviewed:10/2/2003
Keywords:kbArtTypeINF kbbug kbfix kbide KB134373