搜索资源列表
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
GeomCalc
- \\GeomCalc: 几何基本工具库GeomCalc的工程 \\GeomCalc.dll: 输出的动态链接库 \\GeomCalc.lib: 输出的连接库 \\cadbase.h: 输出类与输出函数的头文件-\\ GeomCalc : geometric basic tools for the project GeomCalc \\ GeomCalc.dll : output of dynamic link library \\ GeomCalc.lib : output libraries
skin3pb
- 在PowerBuilder中调用Skin++: 1、导入Rect结构定义,将rect.srs导入到程序PBL中,这样程序中就有名为Rect的结构定义了。Rect结构在Skin++的接口中要用到。 2、拷贝下面的 中所有的函数定义到工程Application的全局外部函数定义区域 3、Skin++调用,在Application的Open的开头添加如下: string strSkinfile = .\PixOS.spp sppLoadSkin(strSkinfile,false
DTTree
- 在tree Control 里边加载ico图标-在使用ADO技术时,需要导入一个ADO动态链接库msado15.dll,该动态库位于系统盘下的“Program Files\Common Files\System\ado\”目录下。 例:如果你的系统盘为C盘,则该文件位于“C:\Program Files\Common Files\System\ado”目录中。所以需要打开工程文件,并展开“FileView”视图中的“Header Files”节点,然后双击“ADOConn.h”文
DLL-MAKE
- 工程为怎样创建mfc动态链接库,怎样导出并且提供给其他应用程序调用-How to create a mfc project as dynamic link library, how to export to other applications and provides call
DynamicLibrary
- DLL学习的好例子,里面包含了一个动态链接库的源工程以及一个调用动态链接库的工程。可以清楚的了解DLL的创建和使用。-an example about DynamicLibrary.
CnzResouse
- 程序内含有2个工程,一个是自我删除动态链接库,此工程可以操作制定EXE行为,例如将制定的文件放置在EXE文件中。同时也可以实现自我删除,制作自我删除程序时有用。另一个是测试工程,主要用于测试此DLL.-The Project has Two son project. One is a dll and other is a test execute project. The dll can del itself or change the exe resource.
testdll
- 动态链接库DLL的编程示例,包括dll实现工程和调用工程。主要介绍了dll的实现,及动态静态编译的用法。-Dynamic link library DLL programming examples, including the realization of the project and call the dll project. Introduces the implementation dll, static and dynamic compilation of usage.
dllTestClass
- 这是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
Fund9-dongtailianjie
- 动态链接库 目的:了解MFC 支持的三种动态链接库:Win32DLL,MFC 常规DLL, MFC扩展库。掌握封装DLL的基本方法。 步骤: 新建三个不同的DLL工程; 分别封装一些类和函数; 新建一个测试工程对上述库里的函数或类进行调用; 封装一个对话框类到DLL,并新建一个工程调用之。 -The purpose of the dynamic link library: Understanding MFC' s support for the three dy
DLL
- VC++深入详解中MFC的动态链接库代码。关于动态链接库的生成产生、调用以及相关调试。是完整的工程可以直接运行。-VC++ depth detailed in the MFC dynamic-link library code. The generation of a dynamic link library calls and debugging. The complete project can be run directly.
DLL
- 动态链接库,写一个动态链接库工程文件,可以把这个动态链接库嵌入到DLLTest文件中。很方便使用-The dynamic link library, write a dynamic link library project file can embed this dynamic link library to DLLTest file. Very easy to use
lianjieku
- 本人软件设计作业动态链接库 目的:了解MFC 支持的三种动态链接库:Win32DLL,MFC 常规DLL, MFC扩展库。掌握封装DLL的基本方法。 步骤: 新建三个不同的DLL工程; 分别封装一些类和函数; 新建一个测试工程对上述库里的函数或类进行调用; 封装一个对话框类到DLL,并新建一个工程调用之。-I software design operating dynamic link library Objective: To understand the the MF
DllTest
- dll调用的例子,先用VC编写一个动态链接库文件,之后用VB新建一个工程,调用dll文件-dll call example, VC prepared by a dynamic link library file, and then use VB to create a new project, call the dll file
DemoDll
- C#中动态链接库(dll)的开发。通过创建Class Libraryg工程,可以快速开发动态链接库(注意与C++的不同)。-The development of dll project in c#.
DLL-(Dynamic-Link-Library)
- 详细的介绍了用VS2010创建动态链接库,在VB,NET工程里调用,程序想当简单,通俗易懂;并且付图-Detailed descr iption of the use VS2010 to create a dynamic link library, in VB, NET project to call the program wanted a simple, easy to understand and pay chart
SkinMagic2.4
- SkinMagicLib.h 必须的头文件,请添加到工程中。 SkinMagic.lib + SkinMagic.dll 动态链接库配套使用 编译时需要在工程中添加SkinMagic.dll,程序运行时需要SkinMagic.d-SkinMagic.lib+ SkinMagic.dll supporting the use of a dynamic link library When you need to add SkinMagic.dll compiled in the proj
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)
读PSID
- 调用动态链接库的API实现小灵通手机的PSID读取,有工程文件和生成的文件,还在测试用的DLL(Call the API of the dynamic link library to implement the PSID reading PSID of the PHS , with engineering files and generated files, and also in the test DLL)
ComFxPlc V27
- FX3U 串口通讯程序实例。该类通讯组件适用于基于PC高级语言的工业自动化控制系统,用于PC与可编程控制器(PLC)、智能仪表等进行数据通讯。组件采用动态链接库文件(*.DLL)的形式,在PC系统的项目工程里引用该组件,调用相应的属性与方法函数,即可快速实现PC与PLC的数据高效交换。(FX3U serial communication program examples. This kind of communication component is suitable for industria