CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 动态加载dll

搜索资源列表

  1. 显示链接(动态加载)DLL的简单示例

    0下载:
  2. 显示链接(动态加载)DLL的简单示例MyDll&MyEXE 动态加载DLL亦即显示链接D-Display Link (dynamic loading) DLL simple example MyD
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:25991
    • 提供者:ggg
  1. dongtaidll

    0下载:
  2. 动态加载dll文件,并通过参数动态调用dll中的方法,可以带标准参数。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:667515
    • 提供者:高龙
  1. LoadLibrary

    1下载:
  2. CSharp 动态加载Dll动态链接库,看看CSharp是怎样完成的.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8673
    • 提供者:zcj
  1. dll调试工具

    1下载:
  2. 在 Windows 系统中,动态库版本冲突实在是一个老大难的问题了,为了解决这个问题,除了使用大量现有的工具外,你还可以利用丰富的 Windows APIs 函数构造自己的调试工具和实用程序。作为例子,本文将提供三个这种类型的工具,讨论如何利用它们来解决动态库的冲突问题。这三个工具分别是: DllSpy——列出加载到系统中的所有 Dlls 以及所有使用这些 Dlls 的进程; ProcessSpy——列出系统中所有正在运行的进程以及它们正在使用的 Dlls; ProcessXP——
  3. 所属分类:调试

    • 发布日期:2010-05-02
    • 文件大小:3043254
    • 提供者:avr001@163.com
  1. DllTest.zip

    0下载:
  2. vc调用动态连接库程序说明:   DllTest是vc调用DLL动态连接库的演示程序,其中包含了静态调用动态库、动态加载调用动态库以及动态调用Delphi编写的动态库等多种DLL动态库调用方式,适合于正在学习使用DLL动态连接库编程的编程人员快速上手。(其中包含被调用的DLL动态库源代码及Delphi动态库源代码),vc program called Dynamic Link Library Descr iption: DllTest is vc call Dynamic Link Libra
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:285287
    • 提供者:阿发
  1. DLLs

    0下载:
  2. DLL动态静态加载方法与测试代码,对于初学者非常实用-DLL static dynamic loading methods and test code, very useful for beginners
  3. 所属分类:Symbian

    • 发布日期:2017-04-15
    • 文件大小:6246
    • 提供者:小鱼
  1. MagicDel

    0下载:
  2. 通过动态生成并加载DLL,实现可执行文件的自删除。-Through dynamically generated and loaded DLL, the realization of self-executable file delete.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-17
    • 文件大小:4262806
    • 提供者:张伟
  1. Dll

    0下载:
  2. linux下的dll生成的示例和如何用显式的方式动态加载调用DLL。-about dll in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7442
    • 提供者:吴有勇
  1. Addin_Project_Framework_Src

    0下载:
  2. 插件开发程序,包括一个主程序和两个插件DLL程序,动态加载-Addin
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:442171
    • 提供者:肖潇
  1. DynamicDllLoading_demo

    0下载:
  2. 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
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:11106
    • 提供者:wowbellon
  1. smtp_mail

    0下载:
  2. 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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:358456
    • 提供者:994
  1. dl

    0下载:
  2. dll文件的使用方法,包括动态 和静态加载dll文件-the method of useing dll files
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:533764
    • 提供者:zfd
  1. dllload

    0下载:
  2. 不使用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
  3. 所属分类:Windows Kernel

    • 发布日期:
    • 文件大小:11623
    • 提供者:王高全
  1. DLLTest

    0下载:
  2. dll的测试代码,教你如何静态和动态加载dll,并且如何生成dll。-dll test code, and teach you how to static and dynamic loading dll, and how to generate dll.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:44091
    • 提供者:hehe
  1. doc_view_in_dll

    1下载:
  2. 在 CFormView 中动态加载DLL中的Dialog-Load dialog in DLL
  3. 所属分类:系统编程

    • 发布日期:2017-04-10
    • 文件大小:28
    • 提供者:Yushaoxian
  1. M_JZDLL

    0下载:
  2. 在程序运行时,动态加载DLL中的函数,而不需要事先绑定。-In running, the function of dynamically loaded DLL, without the prior bound.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:930
    • 提供者:炎陵
  1. Program-DLL-with-VC

    0下载:
  2. :通过用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
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:162641
    • 提供者:王伟
  1. lib-dll-different

    0下载:
  2. 学动态链接库时,总被许多概念搞得一塌糊涂,比如“隐式链接”,“动态加载”,lib静态库和lib导入库。虽然会用,但概念还是很模糊的。后来了解了编译和链接的一些原理,总算有一个比较清晰的理解,整理出来和大家分享。若有不对之处,还望斧正!谢谢! -Dynamic link library science, with a total mess by many of the concepts, such as " implicit linking" , " dynamic l
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:279430
    • 提供者:澄海
  1. Plugins_source_and_demo

    0下载:
  2. 基于MFC开发的动态加载DLL插件的示例DEMO,功能比较简单,适合初学者-MFC-based development of dynamically load a DLL plugin example DEMO, function is relatively simple, suitable for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:45870
    • 提供者:
  1. 动态加载DLL身份效验源码

    0下载:
  2. 本源码为DELPHI编写,动态加载身份证效验DLL喜欢的朋友可以下载(This source code is written for DELPHI, dynamic loading ID card test DLL favorite friends can download.)
  3. 所属分类:Delphi控件源码

    • 发布日期:2018-12-24
    • 文件大小:578560
    • 提供者:清同方
« 12 3 4 5 »
搜珍网 www.dssz.com