PRB: ClassWizard Disables Add Function & Add Variable ButtonsLast reviewed: July 10, 1997Article ID: Q140252 |
The information in this article applies to:
SYMPTOMSIf either the header (.h) or implementation (.cpp) file for a class is a read-only file, the following buttons will be grayed out in ClassWizard:
The ClassWizard database <path to the .clw file> is read-only. ClassWizard cannot continue. CAUSEThis is by design. ClassWizard checks the attributes of the header and implementation files for a class when a class is selected from the Class Name combo box. If either file is read-only, ClassWizard can't add a new method, function, or variable to the file, so the buttons are disabled.
RESOLUTIONA simple workaround is to remove the read-only attribute from those files.
STATUSThis behavior is by design. |
Keywords : kbtool kbui ssint ssvc WizardIss
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |