The information in this article applies to:
SYMPTOMSCompiling code similar to the code in the sample below may cause the following error to be generated:
RESOLUTIONThis internal compiler error can be avoided by using the volatile keyword. In the example below, declaring the local variable, pB, as volatile B* pB instead of B* pb, will work around the problem. STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This bug has been fixed in Visual Studio
97 Service Pack 3. Q170365 INFO: Visual Studio 97 Service Packs - What, Where, and Why MORE INFORMATIONSample
Additional query words: ICE
Keywords : kberrmsg kbCompiler kbVC500bug kbVS97sp2fix |
Last Reviewed: August 18, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |