BUG: Developer Studio Exits When Creating a Derived ClassID: Q193477
|
When creating a derived C++ class, Developer Studio exits with no warning or error message.
A global variable of that class was declared before the derived C++ class was defined.
Always define the class first before declaring global variables from that class.
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.
CDerivedTest g_Test;
class CDerivedTest : public CBaseTest
For additional information, please see the following article(s) in the Microsoft Knowledge Base:
Q153284 INFO: Limitations of IntelliSense in Visual C++ 6.0
Keywords : kbEditor kbide kbVC600bug kbDevStudio kbGrpDSTools
Version : WINNT:6.0
Platform : winnt
Issue type : kbbug
Last Reviewed: July 15, 1999