Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual C++
Compiler Options
 /FR, /Fr (Create .sbr File)

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual C++ Compiler Options
/FR, /Fr (Create .sbr File)

Creates .sbr files.

/FR[pathname[\filename]]
/Fr[pathname[\filename]]

During the build process, the Microsoft Browse Information File Maintenance Utility (BSCMAKE) uses these files to create a .BSC file, which is used to display browse information.

/FR creates an .sbr file with complete symbolic information.

/Fr creates an .sbr file without information on local variables.

If you do not specify filename, the .sbr file gets the same base name as the source file.

/Fr is deprecated in Visual C++ 2005; use /FR instead. For more information, see Deprecated Compiler Options.

NoteNote

Do not change the .sbr extension. BSCMAKE requires the intermediary files to have that extension.

To set this compiler option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see How to: Open Project Property Pages.

  2. Click the C/C++ folder.

  3. Click the Browse Information property page.

  4. Modify the Browse File or Enable Browse Information property.

  5. Make sure that the Build Browser Information property on the General Property Page (Project) is set to Yes.

To set this compiler option programmatically

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker