搜索资源列表
series.dll
- Creating command line \"link.exe /nologo /subsystem:windows /dll /incremental:no /pdb:\"Release/port_dll.pdb\" /machine:I386 /def:\".\\port_dll.def\" /out:\"Release/port_dll.dll\" /implib:\"Release/port_dll.lib\" \".\\Release\\port_dll.obj\" \".\\Rel
WriteLedWord.exe--Dll
- 本压缩包是上一个“生成字模”的程序所需要的两个动态链接库,使免费下载的。-the compressed package is a "generation Fonts" process required two dynamic link library, a free download.
dll 2.0
- USB总线和429总线数据通信的用户程序和驱动程序之间的动态连接库函数-USB Bus and 429 data communications users and drivers between the dynamic link library functions
31767677PC-FXPLC_vbcode.rar
- 这是三菱PLC FX系列的动态链接库说明程式,内有测试的DLL,This is Mitsubishi PLC FX series of dynamic link library that the program, which has tested DLL
dll-exe2.rar
- dll动态链接的使用,该dll是串口通信的封装函数,使用该dll的一个实例。,dll dynamic link the use of the dll is a serial communication package function, using an instance of the dll.
CreateRemoteThread-DLL-Injection
- 一个Visual C++实现的完整的使用CreateRemoteThread的DLL进程注入方案源代码 本文和程序是基于CreateRemoteThread注入DLL的方法上的扩展,修改了以前方法的一些缺陷,并增加了几个功能,与其他文章不同,这里,给出了一个完整的解决方案。包括:1.实现一个遵守微软"Best Practices for Creating DLLs"的DLL动态链接库。2. 注入dll,并可以同时执行这个dll代码。3. 如果注入不成功,给出错误处理并通知用户。 4. 使用C
DLL
- VC++创建动态链接库 应用动态链接库实现界面换肤 应用动态链接库实现国际化-VC++ application to create a dynamic link library Dynamic Link Library Dynamic Link Library interface skinning application to achieve international
INOUT.DLL
- 用C++编写WINDOWS下端口操作动态链接库INOUT.DLL,用C++编写WINDOWS下端口操作动态链接库INOUT.D-With C++ Prepared WINDOWS port operation under dynamic link library INOUT.DLL, using C++ Prepared WINDOWS port operation under dynamic link library INOUT.D
dll
- dll 动态连接库 vc++ 源码下载 -dll Dynamic Link Library vc++ source download
dll
- 基于VC++6.0开发的计算器,应用了动态链接库技术,可以进行表达式计算.-VC++6.0 based on the development of calculators, use of dynamic-link library technology, the expression can be calculated.
dll
- 一个简单的动态连接库程序,点击对话框中的调用后可以调用例外一个程序。-A simple dynamic link library program, click the dialog box, after calling a program can call an exception.
link
- 链接库应用 动态链接库 源代码 链接库应用 1.Win32动态链接库:实现在Win32 DLL中使用对话框资源 2.Win32静态链接库:实现在字符界面下求某个数的平方 3、MFC 动态链接库: -Link Library application source code for dynamic link library dynamic link library application 1.Win32 link library: towards the use of dial
dll
- VC++动态链接库(dll)编程深入浅出-VC++ dynamic link library (dll) program in layman' s language
cp3245mt.dll
- Dynamic Link Run Time Library (VCL MT)
VB-Activex-Dll
- ActiveX DLL是VB建立的动态链接库。这是VB ActiveX DLL的Demo程序,由VB的exe调用。例子简单易懂。-VB created ActiveX DLL is a dynamic link library. This is a VB ActiveX DLL' s Demo program, the VB-exe call. Easy to understand examples.
VC-Call-Dll
- vb中调用动态链接库的方法介绍,有需要的可以看一下,有两种方法-vb call the method introduced dynamic link library, we need to look at, there are two ways
Java-to-call-VC-PP-DLL
- 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
explicitly-link-DLL
- 动态链接库的处理,如何显示的加载动态链接库,包含两个文件,一个库文件,一个加载文件。-The processing of the dynamic link library, how to display the loaded dynamic link library that contains two files, a library file, a load file.
VC++动态链接库(DLL)编程深入浅出(全)
- 静态链接库与动态链接库都是共享代码的方式,如果采用静 态链接库,则无论你愿不愿意,lib中的指令都被直接包含在最终生成的EXE文 件中了。但是若使用DLL,该DLL不必被包含在最终EXE文件中,EXE文件执行 时可以“动态”地引用和卸载这个与EXE独立的DLL文件。静态链接库和动态链 接库的另外一个区别在于静态链接库中不能再包含其他的动态链接库或者静态 库,而在动态链接库中还可以再包含其他的动态或静态链接库。(Both the static link library and the d
应用unzip32.dll中函数Wiz_UnzipToMemory的例子
- 本文在VB中应用动态链接库unzip32.dll中函数Wiz_UnzipToMemory,在内存中进行数据解压缩。(This article applies dynamic link library unzip32.dll function Wiz_UnzipToMemory in VB, decompress in memory.)