Tagged Questions
The browse-information tag has no wiki summary.
3
votes
3answers
1k views
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
1
vote
1answer
74 views
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 ...
1
vote
1answer
403 views
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 <gasp!>, although I don't think ...