搜索资源列表
delphi资源文件的使用
- delphi使用dll的方法详解-delphi use of the method for Hi dll
ZIP.DLL
- ZIP动态联接库,开发包,适合C++ Bulider,Delphi.-ZIP dynamic link libraries, development kits, for C Bulider, Delphi.
三种DLL插入方法
- DELPHI编程技巧,有关三种DLL插入方法,很好用的,快下载吧-Delphi programming skills, the three DLL insertion method is useful, fast download it
Delphi 组件编写--扑克牌组件
- 在网上看了不少关于扑克牌组件的编写,大多是调用Windows/system32下的cards.dll其实我们如果不调用这些函数也是可以作一个很好扑克牌组件。-online poker read many components of the preparation, most of the calls Windows/system32 cards.dll fact that if we do not call these functions would also be a very good po
基于Delphi的VFW视频捕获程序的开发
- 许多关于视频的软件(如视频会议、可视电话等)开发都应用于视频捕获技术。微软为软件开发人员提供了一个专门用于视频捕获的VFW SDK,从而为在Windows系统中实现视频捕获提供了标准的接口,并大大降低了程序的开发难度。由于VFW SDK只有VC和VB版,没有Delphi版,因此需要在Delphi中一一声明DLL中的各个函数和变量。文中详细介绍了如何利用VFW在Delphi中开发视频捕获程序的步骤,同时给出了程序实例。-many of the video software (suc
打印DLL(包括vc源码)
- 打印DLL(包括VC源码)可使用PB,Dephi等直接调用此DLL,详见包内说明-Print DLL (including VC-source) can be used PB, Delphi direct calling this DLL, detailed packet states
Delphi
- Delphi:Delphi利用DLL封装窗体,调用Dll中的消息窗体,是一个程序组,分为dll窗体部分、公共单元部分及应用程序单元部分,直接编译程序组即可。 -Delphi: Delphi DLL package using the form, call Dll messages form, is a program group, divided into dll form part of the public unit part and the application unit in pa
Delphi-DLL-Injection
- dll注入演示代码,I Have translated the C++ Source to Delphi, check attachments for full source+ examples-I Have translated the C++ Source to Delphi, check attachments for full source+ examples
DELPHI
- RFID Delphi DLL , which can be used to read and write the RFID
DLL Injector
- Dlls injector executable created in delphi. This already comes with a dll ready with source and commented on the codes for better studies of the creation of its own dll.
DelphiDecompiler
- 用于查看和反编译delphi dll文件的软件(Delphi Decompiler for dll files)
DLL's - Cria??o
- Create a DLL in Delphi
mY0101
- 调用delphi写的dll。 使用fcn.dll作为例子。(Calling DLL of Delphi)
FaceIdDemo-Delphi-20170907
- sample project for faceid.dll
DLL举例
- delphi生成dll举例,以及调用 delphi生成dll举例,以及调用(delphi create dll delphi create dll)
delphi HOOK 技术
- delphi hook dll案例, 论坛里有关于HOOK API的贴子, 但其实现在方式显示得麻烦, 其实现在拦截API一般不用那种方式, 大都采用inline Hook API方式。其实也就是直接修改了要拦截的API源码的头部,让它无条件跳转到我们自己的处理过程。(There are HOOK API posts on the forum, but in fact, the way it is showing is troublesome. In fact, interception of
Delphi demo读身份证例子
- Delphi调用dll方法完成读中国人民二代身份证信息,具体需要读身份证设备,了解下(Delphi calls the DLL method to finish reading the two generation ID card information of the Chinese people.)
Delphi中的DLL封装和调用对象代码
- 比较常用的delphi封装对象dll的样例(Examples of more commonly used Delphi encapsulation Objects DLL)
动态加载DLL身份效验源码
- 本源码为DELPHI编写,动态加载身份证效验DLL喜欢的朋友可以下载(This source code is written for DELPHI, dynamic loading ID card test DLL favorite friends can download.)
Delphi DLL Form Used Demo
- DLL Form call and used by MainForm. DLL Form open in MainForm and visible with PageControl. - Turbo Delphi Explore