What/Where is the “Symbol Browser” in Visual Studio 2008?

无人久伴 提交于 2019-12-13 13:12:17

问题


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, as I want to know what I'm setting these values for. I know what the Class Browser/View is, I know what the Object Browser is, but this is driving me nuts. :-D I've even googled for "visual studio" "symbol browser", but came up with no documentation of the browser in question. I know I'm at the right place if there's a "New" command there, and I can manually assign a symbol value in it. Hmm...


回答1:


In Visual Studio, select the View/Resource View menu option then, in the Resource View, right-click the .rc file and select Resource Symbols.

Documentation can be found here on MSDN.



来源:https://stackoverflow.com/questions/298638/what-where-is-the-symbol-browser-in-visual-studio-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!