The information in this article applies to:
SYMPTOMSThis problem occurs while creating class definitions in the source editor. Certain coding sequences cause Visual C++ to close without error or warning. CAUSEThere are two possible causes of this problem; both happen when attempting to create a derived class:
RESOLUTIONAlways type the skeleton of a class definition before coding objects of that class. Another solution is to always edit the class definition in its own header file rather than in the source file where it is used. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. MORE INFORMATIONSteps to Reproduce BehaviorWARNING: The following steps reproduce the behavior described above, terminating Visual C++ without an opportunity to save any work.Coding an object before the class definition:
Deriving a class from itself:
Additional query words:
Keywords : kbservicepack kbEditor kbide kbVC600bug kbVS600sp2 kbVS600SP1 kbVS600sp3fix kbGrpDSTools |
Last Reviewed: May 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |