FIX: ClassView Cannot Find Function That Has Been Moved
Article ID: 140502
Article Last Modified on 11/18/2003
APPLIES TO
- Microsoft Visual C++ 4.0 Standard Edition
- Microsoft Visual C++ 5.0 Enterprise Edition
- Microsoft Visual C++ 5.0 Professional Edition
This article was previously published under Q140502
SYMPTOMS
If a function definition is moved to a different place in a source file,
navigating to that function from ClassView will no longer work. ClassView
will jump to the line in the source file where the function used to be
defined.
CAUSE
ClassView uses bookmarks to determine where to jump to in the file. The
bookmarks are not updated until the file is saved.
RESOLUTION
Save the source file.
Visual C++ 6.0 dynamically updates the information in ClassView, so saving
the source file is unnecessary for the updated location to be recognized.
STATUS
This problem was corrected in Microsoft Visual C++, version 6.0.
Additional query words: Class View VwbIss
Keywords: kbbug kbfix kbide kbvc600fix kbprb kbcode KB140502