搜索资源列表
HowToUseDependsTools
- 介绍Depends工具的使用,介绍使用Depends工具查看当前工程调用的Dll,很好用的一个调试工具使用说明。-Introduce Depends the use of tools, is introduced using the Depends tools to view the current engineering call Dll, a useful debugging tool use.
Ext.net-1.0
- Ext.Net介绍: 是一组开源的Asp.net(WebForm,MVC)组件。基于Ext.Js库开发,含有100多个工具,如TextBox,Combox,Button,ToolBar,StateBar,Panel,TabPanel,ExplorerBar,MenuBar,PictureBox 等多种控件并支持Ajax无刷新效果。 下载地址: ***** 该内容需会员回复才可浏览 ***** 示例地址:[url=http://examples.ext.net/] **
depends
- 是一个查看动态链接库的工具的教程文档,对想要查看dll的同学有些帮助-View dynamic link library is a tool for course documentation, the students want to see some help dll
DLL
- VS2010中如何查看DLL的导出接口,win32下以及MFC下的区别-VS2010 how to view the DLL export interface, win32 and MFC under the following distinction
dll-ljj
- 动态库零基础到精通学习,主要内容包括 1、概念 2、动态链接库优点 3、VC++支持的动态库类型 4、动态库的创建及函数导出(两种方式) 5、动态库的调用使用(两种方式) 6、动态库的查看 7、动态库的调试-Dynamic library zero basis to master learning, mainly includes 1, concept, 2, dynamic link library 3, vc++ to support dynamic
A-DLL-export-interface-in-VS2010
- 看《VC++动态链接库(DLL)编程深入浅出》时,里面提到使用Visual C++的Depends工具可以查看动态链接库中的导出接口。对于VC6.0,VC所带的Depends软件,在VC6安装目录下的tools文件夹里面,可以直接运行。但是VS2010中没有了Depends工具,如何查看DLL文件的导出接口呢?-How to view a DLL export interface in VS2010