SUMMARY
The MFC browser library (Mfc.bsc) that ships with Visual
C++ is incomplete. The browser cannot find some symbols in MFC (for example,
References to CDC::m_hDC).
There are two self-extracting files
included in this article. They both contain Mfc.bsc files.
-
Mfcbsc1.exe contains Mfc.bsc file created with Devstudio installed under the
root directory of a drive. If you have installed Devstudio under the root
directory of a drive, then download this file.
- Mfcbsc2.exe contains
Mfc.bsc file created with Devstudio installed under Program Files directory. If
you chose the default directory while installing Devstudio, then download this
file.
If you have installed Devstudio in a path that does not match
any of the above two, then download any one of the files and put it in the
<Drive>:\<Devstudio directory path>\vc\mfc\src directory. When you
open the browse file and search for a symbol, the browser will not be able to
find the sources. However, it will prompt you for the path and from then on it
should be able to find the sources. This happens every time you open the browse
file.
Copy the .exe to the <drive>:<Devstudio directory
path>\vc\mfc\src and execute it. It should extract mfc.bsc file in that
directory.
The
following files are available for download from the Microsoft Download
Center:
Download the MFCbsc1.exe package now.Download the MFCbsc2.exe package now. Release Date: June 30,
2000
For additional information about how to download Microsoft
Support files, click the following article number to view the article in the
Microsoft Knowledge Base:
119591 How to Obtain Microsoft Support Files from Online Services
Microsoft scanned this file for viruses. Microsoft used the most
current virus-detection software that was available on the date that the file
was posted. The file is stored on security-enhanced servers that help to
prevent any unauthorized changes to the file.
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section of this article.
This problem was corrected in Visual C++ version 6.0.
REFERENCES
For more information about how to build the MFC.BSC
library, please see the following articles in the Microsoft Knowledge Base:
98656
Creating a Browser Library for the Foundation Classes
138326
HOWTO: Create a Browser Library for the Common Control Classes