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:
CAUSE
This 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. If the files are under source management, checking the file out removes the read-only attribute as well. STATUSThis behavior is by design. Additional query words:
Keywords : kbMFC kbSSafe400 kbVC400 kbVC500 kbVC600 kbGrpDSTools |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |