-
Delphi 驱动程序
在 Delphi 编写驱动程序
驱动程序开发一直是 C/c + + 和汇编语言程序员的特权。如果有人需要写一个设备驱动程序在特尔斐,他不得不解决对于"适配器"的驱动程序会允许其用户模式程序一些能力,内核模式函数接口。也是"巫师",(据说) 允许你创建多驱动程序开发不知情的情况下的驱动程序。这两种往往是商业软件。
对于某些任务之一也可以使用一项服务 (可以用 Delphi 编写)。好吧,要么,或学习到 C/c + + 程序。与旧的 Delphi 版本,您仍然可以使用 Microsoft DDK 要链接的对象文件中包含的链接器由 Delphi 编译器需要一个有效的.sys 文件,但德尔菲的较新版本有不同的.obj 文件格式。到底有没有希望吗?嗯,那里是啊 !
为什么你通常无法创建驱动程序在特尔斐的主要原因是这样:
它的编译器/链接器不能产生.sys 文件。
对象文件格式不兼容如上文所述。
DDK 中非 C/c + + 语言通常不可用。
一些基本的单位 (RTL) 他们并不打算在内核模式下使用和驱动程序 (和它整个系统) 有可能崩溃。
我最近发现的解决方案是德尔福驱动程序开发工具包 v0.0.4 (本地镜像),解决这些问题的大部分,并允许您创建内核模式驱动程序,即使在 Delphi 7 !它包含了翻译的 DDK 头,一个实用程序,特尔斐 OBJ 文件转换为格式兼容微软链接器和其他一些东西。最好的事情是它是免费的 !编研在我使用 Delphi 7 的 Windows
- 2022-07-22 19:15:52下载
- 积分:1
-
为熟悉ads1.2而提供的一个arm实验源码 开发板核心芯片是S3C2410
为熟悉ads1.2而提供的一个arm实验源码 开发板核心芯片是S3C2410-Ads1.2 is familiar with the arm to provide an experimental source development board core chip S3C2410
- 2022-01-22 10:43:46下载
- 积分:1
-
对全路径文件名进行分解,分解为驱动器、路径、文件名、扩展名...
对全路径文件名进行分解,分解为驱动器、路径、文件名、扩展名-Analyse the file name of absolute path, and parse it to driver,path,file name and extension name
- 2022-08-22 20:22:36下载
- 积分:1
-
Numerous new switching technology to achieve dynamic switching technology that e...
无数新切换技术,实现了动态切换技术,使用户不用等待-Numerous new switching technology to achieve dynamic switching technology that enables users to not have to wait
- 2023-05-25 14:25:03下载
- 积分:1
-
c++ 课程设计 图书管理系统
1.实现对二进制数据库的检索,查找,修改,增加,删除等操作;
2.实现数据库的加密,支持密码校验登陆有效防止防止数据泄漏...
c++ 课程设计 图书管理系统
1.实现对二进制数据库的检索,查找,修改,增加,删除等操作;
2.实现数据库的加密,支持密码校验登陆有效防止防止数据泄漏。
3.程序启动时自动校验数据库完整性及其数据合法性并且自动屏蔽非法数据及提示用户删除损坏的数据库。
4.可以按归并排序方法对书目进行排序;
5.内置前台销售操作功能,可以实现图书销售的功能,并且根据销售情况实时修改数据库;
6.内置强大的异常处理机制,可以应付绝大部分异常情况。
7.程序标题栏实时显示程序状态。
-c++ curriculum design library management system
1. The realization of the binary database search, find, modify, add, delete and other operations
2. The realization of the database encryption, support for password check to prevent the landing effectively prevent data leakage.
3. Procedure automatically check data integrity and legitimacy of the database and automatic shield illegal data and prompts the user to delete the damaged database.
4. May merge sort method to sort the bibliography
5. Built-front sales operation, can achieve the function of book sales and, in accordance with amendments to the sale of real-time database
6. Built a powerful exception handling mechanism to cope with the vast majority of anomalies.
- 2022-10-29 07:35:03下载
- 积分:1
-
This application
not only demonstrates the basics of using the Microsoft Found...
This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2022-05-27 18:09:22下载
- 积分:1
-
Avr osciloscope using atmega32 microcontroller
Avr osciloscope using atmega32 microcontroller
- 2022-03-22 04:54:15下载
- 积分:1
-
机票需求分析,需求分析从一开始到包的一个G。
机票需求分析,从开始的需求分析到封装一气呵成,教你编程的基础-Ticket needs analysis, needs analysis from the beginning to the package at one go, and teach you the basis for programming
- 2022-06-02 09:09:25下载
- 积分:1
-
canon sdk 7.3
CanonSDK73.rar 多方查询才得到的好东西!-canon sdk 7.3
- 2023-09-07 14:05:08下载
- 积分:1
-
这个是我的项目,主要是时间比较紧张,所以写得不是很好!碰撞部分用了像素和矩形碰撞!...
这个是我的项目,主要是时间比较紧张,所以写得不是很好!碰撞部分用了像素和矩形碰撞!-This is my project, mainly relatively tense time, so writing is not very good! Collision part of the pixels and rectangular with a collision!
- 2022-11-07 09:00:03下载
- 积分:1