搜索资源列表
testcom
- 代码已调试,将串口通迅功能程封装成DLL库同时,演示了如何调用DLL库!
dll调用与嵌套调用
- 一.Win32动态链接库 1.制作的步骤: (1)新建WIN32 Dynamic-link Library工程,工程名为MyDll,选择A simple DLL project类型。 (2)MyDll.h的内容如下: 以下是引用片段: extern "C" _declspec(dllexport) int sum(int a,int b);//本文所有的例子只有一个sum即加法函数。 (3)MyDll.cpp的内容如下:
C#调用动态库,C_调用C++DLL
- C sharp中实现对c/c++非托管平台dll库的调用
dwg文件动态库
- autocad文件的操作接口,可以调用dll动态库,接口丰富稳定。
D12 DLL
- philip PDIUSBD12 动态连接库,共应用程序调用,可以轻松实现USB通信-dynamic link library, called a total applications can be easily USB Communication
标准DLL
- 动态链接库标准调用,这个例子用的是标准的调用方式,有显式调用和隐式调用,如果有好的意见请写信给我.-DLL standard call, this example is the standard way calling, call Explicit and implicit call, if there are good ideas please write to me.
VCGetDelphiDll
- 告诉大家一个在VC下如何调用Delphi等其它语言编写的动态库,只是一个方法。希望大家多多交流-tell you in a VC how to call other languages such as Delphi prepared by the DLL is only one way.
DllData
- 一个简单调用Dll事例,适合初学者.一般的,在介绍Windows编程的书中讲述DLL的有关知识较多,而介绍MFC的书则比较少地提到。即使使用MFC来编写动态链接库,对于初步接触DLL的程序员来说,了解DLL的背景知识是必要的。另外,MFC提供了新的手段来帮助编写DLL程序-a simple call Dll examples, suitable for beginners. General, in introducing the boo
TESTdll
- 该软件代码示范了如何用VC++开发环境 进行动态链接库DLL编写 及如何在应用程序中调用DLL 的函数-model code of the software how to use development environment for VC DLL and how to prepare the application procedure call the DLL function
0476622
- 一个用VB编写的IC卡读写各种操作的源程序. 软件编写初衷是教你如何调用DLL动态库以及实现对DAS等系列产品的硬件调用与应用-a VB prepared by the various IC Card Reader operation of the source. Software development was to teach you how to call D LL dynamic of the DAS and the reali
ShowView
- 本次程序主要由两个工程组成,一个是创建动态链接库实例工程BitDll,另一个则是调用DLL文件的主工程ShowView。-this procedure works by the two major components, one is to create dynamic link library project BitDll example, Another is called DLL files ShowView the main w
vc-dll-function
- VC动态链接库的实例程序,包括动态链接库(调用函数)的生成和调用。-VC Examples of dynamic-link library procedures, including dynamic link library (call function) the generation and call.
testcom
- 代码已调试,将串口通迅功能程封装成DLL库同时,演示了如何调用DLL库!-Code debugging, serial communication function of-way will be packaged as DLL library at the same time, demonstrates how to call DLL library!
SharpTestCppProgress
- 程序展示如何在Csharp中动态调用DLL库-Procedures demonstrate how to dynamically call CSharp DLL library
DllTest
- vc调用动态连接库程序说明: DllTest是vc调用DLL动态连接库的演示程序,其中包含了静态调用动态库、动态加载调用动态库以及动态调用Delphi编写的动态库等多种DLL动态库调用方式,适合于正在学习使用DLL动态连接库编程的编程人员快速上手。(其中包含被调用的DLL动态库源代码及Delphi动态库源代码)-vc program called Dynamic Link Library Descr iption: DllTes
dll
- 动态库的创建与调用,供初学者参考,内容比较简单明了!-Dynamic library creation and calls for advanced users,
PDJTEST1
- DLL库测试, 适合练习dll调用, 第一次上传-DLL lib test,lian xi 。。
Win32-dll
- Win32下对DLL库的编写及调用,并对在调用DLL库的问题处理。-Under Win32 to write and call the DLL library, and in the library DLL dealing with problems.
mfcdll调用方法1lib库
- 用于有lib库的mfc调用dll的方法,其中一种(A method for invoking DLL in MFC libraries with lib libraries, one of them)
C#DLL调用
- 通过C#可以调用C语言封装的DLL库,通过测试是可以的。(It's very easy to use)