搜索资源列表

  1. dllTest

    0下载:
  2. steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:841
    • 提供者:宗睿
  1. DllCall

    0下载:
  2. 展示了如何调用dll,使用的开发工具是vc++ 6.0,实际使用时只需要把相应的dll文件,如dllTest.dll放到相应的目录即可。-demonstrates how call dll, the use of development tools is vc 6.0, only the actual use of the dll should corresponding documents, If dllTest.dll into t
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4241
    • 提供者:xujun
  1. file-dll

    0下载:
  2. 动态库操作文件的例子,LIBRARY \"dlltest.dll\" EXPORTS readfromfile @1 g_bSuccess @2-the dynamic operation of the document examples, LIBRARY "dlltest.dll" EXPORTS readfromfile @ a g_bSuccess @ 2
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:28072
    • 提供者:shenlidong
  1. DllTest

    0下载:
  2. 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:155991
    • 提供者:tang
  1. DllTest

    0下载:
  2. 动态库调用,是一个很好的学习如何调用动态库的例子
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:152632
    • 提供者:hpuer
  1. dllTest

    0下载:
  2. 一个利用生成的动态链接文件,采用递归法来计算的例子.请先生成动态链接文件,再用Test文件夹内的程序进行测试
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:57718
    • 提供者:huuu
  1. DllTest

    0下载:
  2. 本程序是对动态库检测的例子,如何调用外面做好的动态库
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:154887
    • 提供者:刘志
  1. dllTest

    1下载:
  2. 使用VC++6.0编写Dll的实例,包括dll的创建以及如何调用dll.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11355
    • 提供者:scanli100
  1. DllTest

    0下载:
  2. This sample is demostrating how to create an event in a DLL file and afterward how to call this event from a client program. Hope it can help you to understand the DLL event mechanism and CALLBACK term in VC++.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:133838
    • 提供者:zjw
  1. dllTest

    0下载:
  2. 用vc++学习DLL编程的好的例子。可以自由下载。
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:14024
    • 提供者:dlgj
  1. DllTest

    1下载:
  2. dll编程的一个小测试程序,能掌握一些基本的dll编程的知识
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:145133
    • 提供者:吴友强
  1. dlltest

    0下载:
  2. Boost扩展Python应用样例 使用Boost1.32库,生成可以在Python环境下调用的Dll库-Boost Python application to expand the use of Boost1.32 for example, can generate the Python environment calls for the D
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:17316
    • 提供者:
  1. dlltest

    0下载:
  2. Boost扩展Python应用样例 使用Boost1.32库,生成可以在Python环境下调用的Dll库-Boost Python application to expand the use of Boost1.32 for example, can generate the Python environment calls for the D
  3. 所属分类:STL

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:
  1. dllTest

    0下载:
  2. steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:宗睿
  1. dllTest

    0下载:
  2. 使用VC++6.0编写Dll的实例,包括dll的创建以及如何调用dll.-Use VC++ 6.0 Examples of the preparation of Dll, including the creation of dll and how to call dll.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:221184
    • 提供者:scanli100
  1. DLLTest

    0下载:
  2. 生成一个DLL文件,在其他程序中链接并调用其中的函数-Generate a DLL file, in other proceedings in which the link and call a function of
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:2126848
    • 提供者:吴平波
  1. DllTest

    0下载:
  2. DLLTEST测试,通过次实例我们可以很好的了解DLL的构成,以及编程方法。-DLLTEST testing, through times good examples we can know the composition of DLL, as well as the programming method.
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:1914880
    • 提供者:liuquanchao
  1. DllTest

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

    • 发布日期:2024-05-19
    • 文件大小:285696
    • 提供者:阿发
  1. DllTest

    0下载:
  2. 这是一个用vc开发的动态链接库的调用程序。通过学习它,你可以初步了解动态链接库的有关知识。-This is a development with vc the dynamic link library procedure call. Through the study of it, you can understand the dynamic link library preliminary knowledge.
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:2018304
    • 提供者:Jack
  1. DllTest

    0下载:
  2. hook钩子的dlltest的程序源码 让你了解dll,是你学习的好放法-hook hook dlltest program source code so that you understand the dll, you learn to put France
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:166912
    • 提供者:曹军
« 12 3 4 5 »

源码中国 www.ymcn.org