Sends for the fellow dear visitors:
Welcome to DongPad!
1.vc自带的工具depends.exe可以查看exe或dll依赖哪些dll的工具。通常情况下,自己编写的程序要依赖系统或其他软件的各种dll文件,如果在另一台电脑上没有这些文件程序运行就会报错。VS的depends.exe工具能够帮我们找到依赖文件的名称路径等。一般depends.exe位置在“D:\Program Files\Microsoft Visual Studio 8\Common7\Tools\Bin\depends.exe ”
2.dumpbin.exe是visual studio中带的工具,可以查看二进制文件的信息,其中就可以用来查看一个程序依赖的dll:
dumpbin.exe /dependents <executable file path>
其位置一般在“C:\Program Files\Microsoft Visual Studio 8\VC\bin\dumpbin.exe”。
3.另外推荐一个Process Explorer ,它可以显示有关进程已打开或加载哪些句柄和 DLL 的信息。链接在这里
Powered By DongPad CopyRight 2008-2011, xhtml | css
Processed in 0.046 seconds(s) , 沪ICP备08111450号