The information in this article applies to:
SYMPTOMSThe compiler will generate the following error when you pass a multiple subscript array to a function that expects a const of the same type of array:
RESOLUTIONDon't declare the parameter to be 'const' in the function definition. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug was corrected in Visual C++ version 5.0. MORE INFORMATIONSample Code to Demonstrate Problem
Additional query words: kbVC400bug
Keywords : kbCompiler kbCPPonly kbVC kbVC500fix |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |