The information in this article applies to:
SYMPTOMS
Using a typedef cast in the member initialization of a class may cause the
following errors:
RESOLUTIONUse the actual type rather then the typedef. For example, in the following sample use test::run rather than test_run. Or, use the functional notation test_run (arg) for type conversion instead of the cast notation. Another option is to initialize the member in the body of function. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed
at the beginning of this article.This problem was corrected in Microsoft Visual C++ version 6.0. MORE INFORMATION
Additional query words:
Keywords : kbtool kbVC420bug kbVC500bug kbVC600fix |
Last Reviewed: March 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |