What/Where is the “Symbol Browser” in Visual Studio 2008?
问题 OK, so this is the background... I'm going to manually fix the multiple resource header files in our project. That involves fixing this value, among other things: #define _APS_NEXT_SYMED_VALUE ... that is automatically written to in (normally) resource.h . It's documented as having this purpose: _APS_NEXT_SYMED_VALUE is the next symbol value that will be issued when you manually assign a symbol value using the New command in the Symbol Browser. But where is the Symbol Browser!? I want to know