BUG: Visual C++ may stop responding when importing a type library (250060)
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 Q250060 SYMPTOMS
When using the #import compile time directive, the Visual C++ IDE stops responding.
CAUSE
The thread that updates the ClassView information has become blocked.
RESOLUTION
To solve this problem, follow these steps to make sure that the #import directive is not preprocessed for ClassView information:
- Remove the #import directive from the source file.
- Create a new header file and place the #import directive in this file. Do not add this header file to the project.
- Include the newly created header file in the source file from step 1.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 4/21/2005 |
---|
Keywords: | kbtshoot kbBug kbide kbnofix KB250060 kbAudDeveloper |
---|
|