The information in this article applies to:
SYMPTOMSThe compiler may incorrectly generate the following error messages when compiling code that declares a local class that derives virtually from another class: Under Visual C++ version 2.0, the following errors are generated: You can use the sample code in the "MORE INFORMATION" section, below, to illustrate this problem. RESOLUTIONTo avoid the error messages, either do not derive the local class virtually or do not declare both the parent and the derived class as local classes. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was fixed in Microsoft Visual C++, 32-bit Edition, version 4.0. MORE INFORMATIONSample Code
Additional query words: 8.00 8.00c 9.00 1.00 1.50 2.00
Keywords : kbCompiler kbCPPonly kbVC |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |