How To Browse on Demand with Visual C++ Version 4.0
Article ID: 138666
Article Last Modified on 6/29/2004
APPLIES TO
- Microsoft Visual C++ 4.0 Standard Edition
- Microsoft Visual C++ 5.0 Enterprise Edition
- Microsoft Visual C++ 5.0 Professional Edition
- Microsoft Visual C++ 6.0 Enterprise Edition
- Microsoft Visual C++ 6.0 Professional Edition
- Microsoft Visual C++ 6.0 Standard Edition
This article was previously published under Q138666
SUMMARY
Browsing on demand works differently in Visual C++, versions 4.0 and later,
from previous versions. If you do not have browse information generated
when you attempt to use the browser in Visual C++ 4.0 and later, you get a
message stating that there is no browse information for the project. Then
the project is rebuilt accordingly to allow you to browse your project
information.
One other option is to always build the individual source browser files
(.sbr) during your builds without generating the combined browser file
(.bsc). Then run Bscmake.exe as a tool from the Tools menu. This article
describes the steps required to do this.
Keywords: kbhowto kbide KB138666