The information in this article applies to:
SYMPTOMSWhen editing source code or a dialog resource with the Visual C++ version 6.0 source or resource editors, the user may experience a slowdown in performance. The resource editor shows a noticeable delay when tabbing between controls. In the source editor, the cursor seems to hesitate when passing through function definitions when using the arrow keys. In both instances the CPU usage is near or at 100%. CAUSEThe Visual C++ IDE makes a large number of file accesses to the ClassWizard information file (Projectname.clw). RESOLUTIONInvoke ClassWizard to regenerate the ClassWizard information file, then dismiss the ClassWizard dialog by clicking OK or Cancel. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATION
This performance problem arises under very unique circumstances. Projects that exhibit the symptoms described above contain a large number of dialog resources, typically 200 or more. A test project which included 130 dialog resources was used in writing this article. Two additional events must occur for the symptoms to show themselves.
Q170511 WizardBar Notification Slows Down Dialog EditorEach subsequent association of a dialog resource to a new class will require this resolution to be repeated. Additional query words: kbDSupport
Keywords : kbwizard kbEditor kbide kbResourceEd kbVC600bug kbDevStudio kbClassWizard kbGrpDSTools |
Last Reviewed: August 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |