Microsoft KB Archive/180385

From BetaArchive Wiki

Article ID: 180385

Article Last Modified on 11/18/2003



APPLIES TO

  • The AppWizard, when used with:
    • Microsoft Visual C++ 5.0 Enterprise Edition
    • Microsoft Visual C++ 5.0 Professional Edition



This article was previously published under Q180385

SYMPTOMS

In the New Projects dialog box, the Platforms box is empty both initially and after you click Back from the next step in the wizard.

RESOLUTION

  1. Select another project type. The appropriate platform options will appear.
  2. Re-select the project type you wish to use.


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 Visual C++ version 6.0.

MORE INFORMATION

By default, the AppWizard creates a project configured for the Win32 platform. The platform type for project configurations specifies the operating environment. It also specifies the default settings required by the selected platform, including settings that the compiler uses for the source files, the default locations for output files, and so on. And, it specifies the tools required to build the final output files for that platform.

After creating a new project with the wizard, the active configuration will be Win32 Debug. Select Settings from the Project menu to change the configuration settings. Select Set Active Configuration from the Build menu to choose the default configuration for the build.

Steps to Reproduce Behavior

  1. In Visual C++ select New from the File menu.
  2. Click on the Projects tab.


NOTE: The Platforms box is empty. (The first wizard, ATL COM AppWizard, is selected by default).

  1. Choose MFC AppWizard(exe).
  2. Type a project name.
  3. Click Ok.
  4. Click Back.


Keywords: kbbug kbfix kbide kbvc600fix kbwizard KB180385