Read the MFC. bsc file of the MFC source code.

Source: Internet
Author: User

The MFC. bsc file is a tool for viewing the source code of MFC in the project. You can find it by Google.

Many people on the internet want to download the file, but the downloaded file has problems. The main problem is that when you view the file through source Brower, the link found is incorrect (because this file is generated based on the MFC source code, it is related to the location of the MFC source code), so it is best to generate the file by yourself.

Generation Method

First, enter the doscommand mode:
C:/program files/Microsoft Visual Studio/vc98/bin directory run vcvars32.bat,

Then go to C:/program files/Microsoft Visual Studio/vc98/mfc/src/and run the following command: nmake browseonly = 1 no_pch = 1 no_pdb = 1 DLL = 2

A Cl tool should be generated first, and then the nmake tool will index the current source code.

This will generate a bsc file under the vc98/mfc/src directory. Of course, the file name is not necessarily MFC. BSC (I didn't generate it, it is called nafxewd. BSC ). It doesn't matter. It is the same as the MFC. bsc function on the Internet. Then you can use it.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.