简体   繁体   English

什么/ Visual Studio 2008中的“符号浏览器”在哪里?

[英]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 . 这涉及到修复此值,其中包括: #define _APS_NEXT_SYMED_VALUE ...自动写入(通常) 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. _APS_NEXT_SYMED_VALUE是使用符号浏览器中的“新建”命令手动分配符号值时将发出的下一个符号值。

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. :-D我甚至用谷歌搜索"visual studio" "symbol browser" ,但没有提出相关浏览器的文档。 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... 嗯...

In Visual Studio, select the View / Resource View menu option then, in the Resource View , right-click the .rc file and select Resource Symbols . 在Visual Studio中,选择“ 视图 / 资源视图”菜单选项,然后在“ 资源视图”中右键单击.rc文件并选择“ 资源符号”

Documentation can be found here on MSDN. 文件可以发现这里在MSDN上。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Visual Studio 2008中使用Windows Symbol包? - How to use Windows Symbol Packages with Visual Studio 2008? Visual Studio 2008,检测到内存泄漏,未定义符号“ __FILE__” - Visual Studio 2008, detecting mem leaks, the symbol '__FILE__' is not defined 在 windows mobile 的 Visual Studio 2008 中使用 Web 浏览器 - using web browser in visual studio 2008 for windows mobile 如何在Visual Studio 2008中进行调试 - How to debug in visual studio 2008 visual studio 2008-生成问题 - visual studio 2008 - Build issues 带有 Windows 10 的 Visual Studio 中的嵌入式 Web 浏览器控件会发生什么 - What Will Happen to the Embedded Web Browser Control in Visual Studio with Windows 10 Visual Studio 2019 无法从微软符号服务器加载 pdb 文件。 该怎么办? - Visual Studio 2019 can't load pdb files from microsoft symbol server. What to do? 在当前的Visual Studio 2013中运行Visual Studio 2008 - Running visual studio 2008 in current visual studio 2013 在没有Visual Studio的情况下将Visual Studio 2008解决方案转换为2010? - Convert Visual Studio 2008 solution to 2010 WITHOUT Visual Studio? 在Visual Studio(2008)中编译时避免使用mspdbsrv - Avoid mspdbsrv when compiling in Visual Studio (2008)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM