搜索资源列表
内存映像(动态库间)
- 动态库之间的内存共享(在动态库和主程序之间以及在动态库和动态库之间共享内存)-DLL between memory sharing (DLL and the main program and the dynamic between the library and DLL between shared memory)
dll调试工具
- 在 Windows 系统中,动态库版本冲突实在是一个老大难的问题了,为了解决这个问题,除了使用大量现有的工具外,你还可以利用丰富的 Windows APIs 函数构造自己的调试工具和实用程序。作为例子,本文将提供三个这种类型的工具,讨论如何利用它们来解决动态库的冲突问题。这三个工具分别是: DllSpy——列出加载到系统中的所有 Dlls 以及所有使用这些 Dlls 的进程; ProcessSpy——列出系统中所有正在运行的进程以及它们正在使用的 Dlls; ProcessXP——
dwg文件动态库
- autocad文件的操作接口,可以调用dll动态库,接口丰富稳定。
DllTest.zip
- vc调用动态连接库程序说明: DllTest是vc调用DLL动态连接库的演示程序,其中包含了静态调用动态库、动态加载调用动态库以及动态调用Delphi编写的动态库等多种DLL动态库调用方式,适合于正在学习使用DLL动态连接库编程的编程人员快速上手。(其中包含被调用的DLL动态库源代码及Delphi动态库源代码),vc program called Dynamic Link Library Descr iption: DllTest is vc call Dynamic Link Libra
QT动态库总结
- 总结了下动态链接库的编写方式,在这里总结了三种,分别是非QWidget的子类、是QWidget子类、非类三种形式的动态库。
CreateRemoteThread-DLL-Injection
- 一个Visual C++实现的完整的使用CreateRemoteThread的DLL进程注入方案源代码 本文和程序是基于CreateRemoteThread注入DLL的方法上的扩展,修改了以前方法的一些缺陷,并增加了几个功能,与其他文章不同,这里,给出了一个完整的解决方案。包括:1.实现一个遵守微软"Best Practices for Creating DLLs"的DLL动态链接库。2. 注入dll,并可以同时执行这个dll代码。3. 如果注入不成功,给出错误处理并通知用户。 4. 使用C
ktrexe
- 一个VC写的键盘记录器源代码,功能比较简单,采用的是 DLL动态库注入的方式,本程序分为两个模块,一个为EXE 加载模块,一个为DLL功能模块. 功能比较朴实,可以用于学习.-VC to write a keyboard logger source code, function relatively simple, uses a dynamic library DLL into the way, this program is divided into two modules, on
MyDll
- 这里是控制其它程序窗口的动态库的源程序。包括查找程序、移动窗口、最大化、最小化窗口、向窗口控件写入内容,按下某按钮,改变窗口尺寸、隐藏任务栏、显示任务-Here are other programs to control the dynamic library window of the source. Including the Finder, mobile window, maximize, minimize the window to write the contents of the w
SearchDlg
- 演示使用控制窗口动态库和钩子动态库的程序-Demonstration of the use of the control window and hook DLL DLL procedures
JNative
- jnative java 调用动态库需要的包和dll,及源码。-Call jnative java dynamic libraries needed packages and dll, and the source.
dll
- dll动态库的使用和开发是我们在编程过程中要常常使用的技术-dll dynamic library use and development is in the programming process, we must often use technical
dll
- 动态库的创建与调用,供初学者参考,内容比较简单明了!-Dynamic library creation and calls for advanced users,
5.Dll
- 动态库 静态库 使用经典示例 C++ -Static libraries use the classic dynamic library
K型收银秤动态库
- 太航K型收银称动态库,数据下载,数据上传,商品下载(dll down load and goods download)
C#调用C++DLL动态库
- c#开发框架下调用c++开发的dll动态库,实现跨语言开发功能。(Under the c# development framework, the DLL Dynamic Library developed by c++ is called to implement the cross language development function.)
dll
- Java程序生成dll,c#调用时需要的dll动态库,ikvm库 非常好用(The Java program generates DLL dynamic libraries that need DLL when calling c#. Ikvm library is very useful.)
K7120模块VC程序包含DLL库
- USB转can模块的vc开发程序源码,包含DLL动态库。(USB code to the can module of the VC program source)
k7120动态库LIB
- k7120动态库文件包含CH375DLL.DLL,CH375DLL.H,CH375DLL.LIB三个文件(The k7120 dynamic library file contains three files: CH375DLL.DLL, CH375DLL.H and CH375DLL.LIB.)
动态库成功案例
- 动态库建立,初步建立动态库,练习如何使用动态库文件(dll create we can use it to practice how to use dll , we can use it to learn C++)