The information in this article applies to:
SYMPTOMSClass functions defined using an unknown data type as a parameter will cause the C/C++ compiler to generate the following incorrect error: Reg is the function being defined with the unknown data type, and Test is the name of the class. RESOLUTION
There are two possible workarounds to this problem. Using the Sample
Code below, you would:
-or- STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was corrected in Microsoft Visual C++, 32-bit Edition, version 4.0. MORE INFORMATIONSample Code
Additional query words: 7.00 8.00 8.00c 9.00 1.00 1.50 1.51 2.00 buglist1.51 buglist2.00
Keywords : kbCompiler kbCPPonly kbVC |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |