FIX: ClassWizard | Member Variables Loses Member Variables

Last reviewed: September 19, 1997
Article ID: Q155142
The information in this article applies to:
  • The ClassWizard included with: - Microsoft Visual C++, 32-bit Edition, version 4.2

SYMPTOMS

When you use ClassWizard, Member Variables, Add Variable to add member variables associated with the controls on a dialog box template to a dialog box class or a property page class, the Member Variables page loses variables when you switch tabs in the ClassWizard. Consequently, the member variables are not added to the class definitions.

RESOLUTION

Before you switch tabs in the ClassWizard and after you add the member variables, save the member variables by clicking the OK button in the ClassWizard to exit. This adds the member variables to your class definitions and enables the ClassWizard to display member variables in the subsequent use of the ClassWizard.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug has been fixed in Visual C++ version 5.0.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a new MFC AppWizard-generated application.
2. Add a push button in the About dialog box template. 3. Start the ClassWizard. 4. Add a member variable for the button. 5. Select one of the other tabs in the ClassWizard. 6. Select the Member Variables tab. 7. The variable is lost.

NOTE: This is not a problem in Visual C++ 4.0 and 4.1.


Additional query words: Add Variables

Keywords : vcbuglist420 vcfixlist500 VwbIss WizardIss kbtool kbbuglist kbfixlist
Technology : kbMfc
Version : 4.2
Platform : NT WINDOWS
Issue type : kbbug
Solution Type : kbfix


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 19, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.