当前位置:首页 » 操作系统 » vs查看源码

vs查看源码

发布时间: 2023-01-31 04:33:30

A. vs2013 ultimate版本怎么看MFC源码

mfc.bsc是可以查看MFC源代码的文件,其位置在MFC源代码文件夹下,Visual Studio版本不一样的话,位置也不一样。
vc6.0位置:C:/Program Files/Microsoft Visual Studio/VC98/MFC/SRC/
vc2008sp1位置:D:/Program Files/Microsoft Visual Studio 9.0/VC/atlmfc/src/mfc
类似的位置搜索下就可以找得到,MSDN上有三种方法添加.bsc文件到工程,如下原文:
To open the .bsc file

* On the File menu, click Open and open the .bsc file.

The .bsc file will be available to all projects in the solution until you either reload the solution or delete the .bsc file from Solution Explorer or the Object Browser.

To attach the .bsc file to your project

1.In Solution Explorer, right-click the project node and click Add Existing Item on the shortcut menu.
2.Browse to the .bsc file and add it to your project.

The .bsc file will only be available in the project to which it is added. You can save the project so that the .bsc file will be available the next time that you open the project. You can delete the .bsc file from Solution Explorer

To add the .bsc file to the Object Browser

*In the Object Browser, click the Customize button and browse to the desired .bsc file.

When you add .bsc files to the Object Browser with the Customize button, the files are available to all projects in any solution that you open. This setting will persist across Visual Studio sessions.

The .bsc file that is referenced in each method will then appear in the Object Browser.
这里介绍第三种方法,单击“视图”→“对象浏览器”,在弹出的“对象浏览器”面板上“浏览”→“编辑自定义组件集”→“浏览”→“文件类型”→“源浏览器文件(*.bsc)”,然后在MFC源代码文件夹下选择mfc.bsc→“添加”→“确定.

B. 在vs.net中,怎么查看C#源代码的实现代码

在github上,已经开源了!

C. vs2022怎么导出源代码

导出方法及步骤:
1、打开VisualStudio软件,来到软件的主界面。
2、在软件主界面中,点击上方的“工具”选项卡,进入工具菜单中。
3、在工具菜单中,需要选择“导入和导出设置”选项,进入选项界面。
4、在选项界面中,选择“导出”设置,并点击“下一步”选项。
5、选择自己想要导出的软件设置,选择后点击“下一步”选项。
6、需要为导出的设置文件进行命名操作,命名后,点击“浏览”按钮进行导出路径的选择,选择以后点击“完成”按钮进行设置文件的导出。

D. 在vs中怎么查看系统类库的源代码

:help相应的mole,例如stat位于os mole,那么可以help(os),出现如上图的结果,其中FILE就是其源文件位置,当然,如果这个mole是c mole,那就看不到相应的源码了。

E. 下载的ASP.NET源码,如何在本地的VS上查看和运行啊

有两点:
1.附加数据库
2.改连接字符串,一般在web.config文件里,用户名sa,密码改成你电脑的sa用户的密码
再提醒一下,连接字符串有可能不在web.config里,那就肯定在cs文件里.

F. VS2010下MFC源码在哪

如果有源码,按F10,单步调试就可以看到;如果没有源码,则会提示没有源码,显示汇编

G. 在vs2008中,如何查看已有源码

如果你手头就是源码,而且只要看源码,那么cs文件时可以用任何文本编辑器打开的。

H. 如何查看exe文件的源代码

需要准备的工具:电脑,反编译工具ILSpy。

1、首先在网络上搜索下载反编译工具ILSpy,解压后如图,双击.exe文件打开解压工具。

I. C++源码怎么查看

如果你想看stl里面的源码可以去sgi
下载源代码,download
stl
source
code
去这个网站下载源码,sgi版本的stl代码一般来说可读性比较好,我正在看。
sort函数的代码在stl_algo.h文件里。侯捷有本书叫做《stl源码剖析》
如果是vs2008或者2010可以在microsoft
visual
studio
10.0\vc\crt\src查看
另外还有本书叫做《c标准库》但是现在好像绝版了。
也可以去这个找:在glibc库里,可去其官方网站下载(最新是2。7的),然后查找一下你要的函数。

J. 如何查看exe文件的源代码

需要准备的工具:电脑,反编译工具ILSpy。

1、首先在网络上搜索下载反编译工具ILSpy,解压后如图,双击.exe文件打开解压工具。

热点内容
java编写记事本程序 发布:2025-07-13 16:12:13 浏览:663
办公室如何做数据服务器 发布:2025-07-13 15:55:24 浏览:327
用一句话证明我很穷ftp 发布:2025-07-13 15:54:48 浏览:936
安卓如何启动画面 发布:2025-07-13 15:43:22 浏览:643
安卓哪个娃娃 发布:2025-07-13 15:35:52 浏览:142
服务器列表格式错误什么意思 发布:2025-07-13 15:33:05 浏览:170
lol脚本有哪些 发布:2025-07-13 15:10:28 浏览:165
lol怎么上传囧图 发布:2025-07-13 15:09:40 浏览:90
c语言火车售票系统 发布:2025-07-13 15:06:55 浏览:391
用什么缓存视频 发布:2025-07-13 14:52:27 浏览:360