FIX: Developer Studio Exits When Creating a Derived Class (193477)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
This article was previously published under Q193477 SYMPTOMS
When creating a derived C++ class, Developer Studio exits with no warning
or error message.
CAUSE
A global variable of that class was declared before the derived C++ class
was defined.
RESOLUTION
Always define the class first before declaring global variables from that
class.
STATUS
Microsoft 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++ .NET.
REFERENCES
For additional information, please see the following article(s) in the
Microsoft Knowledge Base:
153284
INFO: Limitations of IntelliSense in Visual C++ 6.0
Modification Type: | Major | Last Reviewed: | 11/18/2003 |
---|
Keywords: | kbBug kbDevStudio kbfix kbide kbNoUpdate KB193477 |
---|
|