CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DLL 导出类

搜索资源列表

  1. 一步一步实现MFC扩展DLL中导出类和对话框

    0下载:
  2. 如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to make you software module, you should make sense of DLL. Modifying my previous software these days, I decide to make the classes and
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:20199
    • 提供者:杨杰
  1. STL类如何在Dll中导出

    0下载:
  2. 如何使STL类在Dll中导出,有参考意义-how STL Dll category derived in a reference value
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:15075
    • 提供者:che
  1. dll_export

    0下载:
  2. 关于MFC扩展DLL导出类方法的研究,本人觉得这方面的介绍不多,特传.-It is material of MFC s extend DLL. I think there are few material in this area, so I upload it specially.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:96671
    • 提供者:丁立平
  1. mfctest

    0下载:
  2. DLL对话框导出类,实现多个DLL导出不同窗口在父窗口显示控制,多Tab切换!vs2003-DLL dialog derived class, DLL Export multiple different windows in the parent window display control, multi-Tab to switch! vs2003
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:173200
    • 提供者:未愈书生
  1. visual-cPP-DLL

    0下载:
  2. 使用DEF文件导出函数 从DLL中获得资源 在DLL中共享数据 在MFC扩展DLL中导出类-DEF file export function to use to obtain resources from the DLL to share data in the DLL MFC extension DLL in the derived class
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:315787
    • 提供者:winshow
  1. VC_DLL_code_export_design_

    0下载:
  2. VC编程DLL导出类设计经典代码VC programming DLL code to export class design classics -VC programming DLL code to export class design classics
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:28571
    • 提供者:d
  1. Java-to-call-VC-PP-DLL

    0下载:
  2. Java 通过JNI 技术调用VC ++ DLL 的方法, 并设计了含有串口GPS 类和Java 导出 函数的DLL , 该DLL 既可以用于Java 访问串口GPS , 也可以用于VC ++ 访问串口GPS , 实现了Java和VC ++ 共用的动态连接库设计。-Java through JNI technology called VC++ DLL' s methods, and design and the Java class containing the serial GPS
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:208254
    • 提供者:rocky
  1. UseExportClassDll

    0下载:
  2. vc——调用DLL,使用其导出类计算长方体的表面积和体积\UseExportClassDll的程序源码,值得一看!-vc- call the DLL, use the Export class rectangular surface area and volume calculation \ UseExportClassDll the program source code, worth a visit!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:79497
    • 提供者:
  1. dllTestClass

    0下载:
  2. 这是dll动态链接库编程,基于VC6.0做的,涉及到的是利用dll导出类,先生成一个dll文件,在另一个工程中使用。对于刚学DLL的同学希望有所帮助-This is the dll dynamic link library programming, based on VC6.0, involving the use dll export class, sir, into a dll file in another project. Help for students just learning
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:453401
    • 提供者:陈文
  1. dll

    0下载:
  2. 导出dll的类,这是一份源代码,可以用来有效的知道你怎么编写d-export dll class
  3. 所属分类:Communication

    • 发布日期:2017-11-17
    • 文件大小:53950
    • 提供者:张帆
  1. OPCIntegration

    0下载:
  2. opc 客户端,提供了opc客户端读取服务器端tag数据的常用接口。作为一个dll导出类,可方便集成到用户的代码中。-opc client
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:166600
    • 提供者:董明宇
  1. ExportClass

    0下载:
  2. Dll导出类,使用静态链接方式调用,使用于Dll编程的初学者-DLL Interf Class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:30300
    • 提供者:涛涛
  1. DllExportClass

    0下载:
  2. 该程序演示了如何屏蔽宿主程序与静态加载的DLL导出类接口间的耦合关系,以达到如下目标: 1. DLL导出类接口定义变更,宿主程序不必重新编译; 2. 若出现对应的需求变更,只需更新DLL文件即可,所有静态依赖于该DLL的宿主程序均不需要重新发布。 3. 程序介绍: 1)TestExe:宿主程序 2)TestDll:DLL程序; 3)宿主程序静态加载DLL; 4)Environment: 运行环境。- This program demonstrates ho
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-29
    • 文件大小:73795
    • 提供者:pxyang
  1. MFC-extension-DLL-exporting-

    0下载:
  2. 一步 实现MFC扩展DLL中导出类和对话框-Step by step to achieve MFC extension DLL exporting classes and dialogs
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-26
    • 文件大小:8206112
    • 提供者:644
  1. FromDllDynamic

    0下载:
  2. dll 导出类,网上一般都是静态调用,我使用动态调用-DLL derived class, Internet is generally static call, I use dynamic call
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:496678
    • 提供者:aoxue
  1. mzopn

    0下载:
  2. 关于MFC扩展DLL导出类方法的研究,本人觉得这方面不多-Research on MFC extension DLL export class methods, I think it is not much
  3. 所属分类:ComboBox

    • 发布日期:2017-12-14
    • 文件大小:96334
    • 提供者:QL!01624
  1. nbz__class__not

    0下载:
  2. 关于MFC扩展DLL导出类方法的研究,本人觉得这方面不多(Research on MFC extension DLL export class methods, I think it is not much)
  3. 所属分类:工具条

    • 发布日期:2017-12-29
    • 文件大小:96256
    • 提供者:tenevifvd
  1. govmqkv

    0下载:
  2. 关于MFC扩展DLL导出类方法的研究,本人觉得这方面不多()
  3. 所属分类:其他小程序

    • 发布日期:2018-01-03
    • 文件大小:96256
    • 提供者:Eyangeline
  1. 编写DLL所学所思(2)(导出类)

    0下载:
  2. 编写DLL所学所思(2)(导出类)中的相关的例子,有兴趣的朋友可以参考一下,挺值得学习一下的。(The preparation of DLL learning thoughts (2) (derived class) in the relevant examples, interested friends can refer to, is worth learning about.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:53248
    • 提供者:darongshu
  1. exxlwcet-part-scope

    0下载:
  2. 关于MFC扩展DLL导出类方法的研究,本人觉得这方面不多()
  3. 所属分类:组合框控件

    • 发布日期:2018-05-01
    • 文件大小:96256
    • 提供者:ceuqelia
« 12 3 4 »
搜珍网 www.dssz.com