The information in this article applies to:
SYMPTOMSNo compiler error or warning is generated when a struct derives publicly from a class and accesses a private nested structure belonging to the base class. CAUSEThis problem is due to a bug in the compiler. RESOLUTION
When accessing the nested structures of the base class in the derived class, use the full qualified name to get the compiler to generate an error if the access to the nested members of the base class is illegal.
The error message displayed is:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words:
Keywords : kberrmsg kbCompiler kbVC420bug kbVC500bug kbVC600bug |
Last Reviewed: January 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |