Questions tagged [browse-information]
4 questions
7
votes
3 answers
Visual C++ browse information
I am trying to figure out what the browse information (.sbr files) is used for but find only references how to create it. So what is it for?
Thanks
Dima

dimba
- 26,717
- 34
- 141
- 196
2
votes
2 answers
Why would Browse Information in Visual Studio 2008 stop being updated?
I'm working on a fairly big (I think - is 32 projects big?) multi-project 'solution' in Visual Studio 2008. Because it's a legacy system, the code is mainly C , although I don't think that's germane to my question.
Recently (but I'm not sure…

Wilson F
- 1,250
- 1
- 20
- 37
1
vote
1 answer
Getting a List of Symbols Used by My VC++ Code
I am building a tool that process my VC++ source codes. For this, I need to obtain a list of symbols including local variable names and their types used by my codes. I know Visual C++ 2010 already provides a .bsc file that allows the object…

JavaMan
- 4,954
- 4
- 41
- 69
1
vote
1 answer
Weird BSCMAKE build error that I cannot diagnose. Turning off browse info is not an option
I have a solution with about 10 C++ projects in Visual Studio 2017. A few of them make use a post-build tool that requires me to build browse information. One of them keeps failing on the BSCMAKE step virtually every time I make a code change with…

Joe
- 5,394
- 3
- 23
- 54