搜索资源列表
显示链接(动态加载)DLL的简单示例
- 显示链接(动态加载)DLL的简单示例MyDll&MyEXE 动态加载DLL亦即显示链接D-Display Link (dynamic loading) DLL simple example MyD
dongtaidll
- 动态加载dll文件,并通过参数动态调用dll中的方法,可以带标准参数。
LoadLibrary
- CSharp 动态加载Dll动态链接库,看看CSharp是怎样完成的.
dll调试工具
- 在 Windows 系统中,动态库版本冲突实在是一个老大难的问题了,为了解决这个问题,除了使用大量现有的工具外,你还可以利用丰富的 Windows APIs 函数构造自己的调试工具和实用程序。作为例子,本文将提供三个这种类型的工具,讨论如何利用它们来解决动态库的冲突问题。这三个工具分别是: DllSpy——列出加载到系统中的所有 Dlls 以及所有使用这些 Dlls 的进程; ProcessSpy——列出系统中所有正在运行的进程以及它们正在使用的 Dlls; ProcessXP——
DllTest.zip
- vc调用动态连接库程序说明: DllTest是vc调用DLL动态连接库的演示程序,其中包含了静态调用动态库、动态加载调用动态库以及动态调用Delphi编写的动态库等多种DLL动态库调用方式,适合于正在学习使用DLL动态连接库编程的编程人员快速上手。(其中包含被调用的DLL动态库源代码及Delphi动态库源代码),vc program called Dynamic Link Library Descr iption: DllTest is vc call Dynamic Link Libra
DLLs
- DLL动态静态加载方法与测试代码,对于初学者非常实用-DLL static dynamic loading methods and test code, very useful for beginners
MagicDel
- 通过动态生成并加载DLL,实现可执行文件的自删除。-Through dynamically generated and loaded DLL, the realization of self-executable file delete.
Dll
- linux下的dll生成的示例和如何用显式的方式动态加载调用DLL。-about dll in linux
Addin_Project_Framework_Src
- 插件开发程序,包括一个主程序和两个插件DLL程序,动态加载-Addin
DynamicDllLoading_demo
- dll 动态加载类的简单例子. 类中只有两个虚函数:Create() 和 Destroy().-class loaded dynamically in dll. Only 2 virtual functions are important in this class: Create() and Destroy(). Create() function returns TRUE if the DLL is loaded correctly and an instance handle obta
smtp_mail
- VC使用smtp.dll发邮件示例,压缩包内含三个代码,一个是vc++调用smtp.dll发送邮件的实例,一个是动态加载实例,还是有一个是静态引入实例,都可以顺利编译,很不错的参考资料。-VC use email smtp.dll example, compressed packet contains three codes, one is calling vc++ examples of smtp.dll send a message, one example of dynamic loadi
dl
- dll文件的使用方法,包括动态 和静态加载dll文件-the method of useing dll files
dllload
- 不使用LoadLibrary加载DLL,此方法可以加密DLL,运行动态解密,然后直接在内存中加载,或把DLL当资源放在EXE中,运行只在内存中解开,不需要外带d-Do not use LoadLibrary load the DLL, this method can be encrypted DLL, run the dynamic decryption, and then directly loaded in memory, or the DLL when resources are plac
DLLTest
- dll的测试代码,教你如何静态和动态加载dll,并且如何生成dll。-dll test code, and teach you how to static and dynamic loading dll, and how to generate dll.
doc_view_in_dll
- 在 CFormView 中动态加载DLL中的Dialog-Load dialog in DLL
M_JZDLL
- 在程序运行时,动态加载DLL中的函数,而不需要事先绑定。-In running, the function of dynamically loaded DLL, without the prior bound.
Program-DLL-with-VC
- :通过用VC编写动态链接库DLL,并在VB中调用DLL的方式,借助计算机自带网卡和企业的 内部网络实现了测量数据的网络传输。给出了具体的设计思想和整个过程,介绍了VC下的网络编程 技术和DLL编程技术,给出了在VB下加载DLL的具体方法,对工业在线测量仪器实现网络化、信息化 具有很好的借鉴作用。-: VC prepared by using the dynamic link library DLL, and call the DLL in the VB approach, using
lib-dll-different
- 学动态链接库时,总被许多概念搞得一塌糊涂,比如“隐式链接”,“动态加载”,lib静态库和lib导入库。虽然会用,但概念还是很模糊的。后来了解了编译和链接的一些原理,总算有一个比较清晰的理解,整理出来和大家分享。若有不对之处,还望斧正!谢谢! -Dynamic link library science, with a total mess by many of the concepts, such as " implicit linking" , " dynamic l
Plugins_source_and_demo
- 基于MFC开发的动态加载DLL插件的示例DEMO,功能比较简单,适合初学者-MFC-based development of dynamically load a DLL plugin example DEMO, function is relatively simple, suitable for beginners
动态加载DLL身份效验源码
- 本源码为DELPHI编写,动态加载身份证效验DLL喜欢的朋友可以下载(This source code is written for DELPHI, dynamic loading ID card test DLL favorite friends can download.)