搜索资源列表
vc++ finish
- 该程序创建了一个动态连接库并在应用程序中调用了此动态链接库。在动态链接库文件中利用“declspec(dllexport)”关键字添加输出函数的声明。在调用动态链接库应用程序中通过getprocaddress函数或的动态链接库中输出函数的地址,并调用该输出函数。-the program to create a dynamic link library and the application program called this dynamic link library. The dynamic
dllexe
- 设计DLL调用方法EXE 利用到动态链接库编译完BUG中的.lib 和.dll文件,拷贝到创建完成的DESDlltest.exe工程目录下,要看到调用的结果,必须完成加密函数的实现,对输入的明文在输入的密钥后对其进行DES 加密,解密也是DES加密的逆过程!-design EXE DLL call methods used to dynamic link library compiler End of BUG. And lib. Dl l documents, copies of buildin
doubledll
- 动态链接库的小程序,包括创建dll的程序和调用dll的程序-dynamic link library of small programs, including the creation of dll procedures and the procedures for calling dll
NIC_HD_REG
- 用NIC和硬盘序列号实现软件的网络注册机制 1、PJSECURE 是一个 C 风格的 Win32 动态链接库,利用它可以实现软件产品的网络拷贝注册功能。 2、通过调用 RCP 函数 UuidCreate 或 UuidCreateSequential 快速获取远端机器的网卡地址。 3、PJSECURE 中的导出函数根据两个信息来唯一确定某台计算机。第一个函数可以获取所装网卡的 NIC 地址,该地址是一个12位的数字,由网卡的生产厂商保证其唯一性。第二个函数返回机器 C 盘的序列号。有了
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 works.
qqqqq
- 用vc开发动态链接库.chm动态链接库(DLLs)是从C语言函数库和Pascal库单元的概念发展而来的。所有的C语言标准库函数都存放在某一函数库中,同时用户也可以用LIB程序创建自己的函数库。在链接应用程序的过程中,链接器从库文件中拷贝程序调用的函数代码,并把这些函数代码添加到可执行文件中。这 种方法同只把函数储存在已编译的.OBJ文件中相比更有利于代码的重用。
ShowView(finish)
- 本次程序主要由两个工程组成,一个是创建动态链接库实例工程BitDll,另一个则是调用DLL文件的主工程ShowView。
Borland-C-DLL
- Borland C++Builder中动态链接库的创建和调用-Borland C++ Builder to create the dynamic link library and call
wince6.0resourceDLL
- 在wince下创建纯资源动态链接库DLL,并调用创建的DLL库。-In wince resources to create pure dynamic link library DLL, and call to create the DLL library.
VCWin32StandDLL
- VC++ 创建及调用标准Win32动态链接库的实例,是我学习时写的,希望对初学者有所帮助 -VC++ to create and call the standard Win32 DLL instance is when I learned to write, and I hope to help beginners
DLL-MAKE
- 工程为怎样创建mfc动态链接库,怎样导出并且提供给其他应用程序调用-How to create a mfc project as dynamic link library, how to export to other applications and provides call
DLL_program
- 介绍 动态链接库的创建调用的电子书 还不错-Describes the creation of dynamic link libraries called e-book is also good
hwo-to-use--create-and-call-dll
- 【转】如何用VC++创建及调用DLL 动态链接库的创建 动态链接库DLL的链接-【】 How to switch to VC++ to create and call the DLL dynamic link library dynamic link library DLL to create links
DynamicLibrary
- DLL学习的好例子,里面包含了一个动态链接库的源工程以及一个调用动态链接库的工程。可以清楚的了解DLL的创建和使用。-an example about DynamicLibrary.
VS2010动态链接库的创建与调用
- 详细介绍了在VS2010环境下动态链接库DLL的创建过程与调用过程,文中列举了简单的实例。
Chapter19
- 基于windows的静态与动态链接库的调用,创建,加载DLL以及Depends工具-Call the windows of static and dynamic link library-based, create, load the DLL and Depends Tools
DLL
- 在VC6.0中调用动态链接库,一个是源文件,一个是调用文件(Calling dynamic link libraries in VC6.0)
dll工程_read&write
- 本工程创建了一个动态链接库函数,可以跨平台(C#)实现C++函数的调用 主要是实现了PC对hid设备的数据写入和数据读取(This project creates a dynamic link library function, you can cross-platform (C #) to achieve C + + function call Mainly to achieve the PC on the hid device data write and data read)
动态链接库的使用
- 讲解动态链接库的使用,自己手动创建一个类库,然后调用类库,实现动态链接库的使用(Explain the use of dynamic link library)
VS创建动态库及QT调用实例
- 实现功能:利用VS2012封装生成动态链接库(.dell和.lib)给QT调用 文件包含:1.VS2012生成动态库工程 2.QT5.5.1调用VS2012动态库工程(注释内含调用具体方法) 3.QT调用运行结果图片(Implementation function: VS2012 package is used to generate dynamic link libraries (.dell and.lib) for