本文介绍了如何在没有.h和.lib文件的情况下使用fkattend.dll?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建自己的驱动程序,直接连接到Hysoon指纹设备。我发现默认的驱动程序使用FKAttend.dll,但是如何在不了解函数原型的情况下使用它?我想要你的紧急帮助!谢谢...

PS。如果不可能,有人可以提出另一种与设备通信的方式吗?

我的设备型号是

I want to create my own driver program which directly connects to a Hysoon finger print device. I found that the default driver program uses FKAttend.dll, but how can I utilize it without any knowledge of function prototypes? I want your urgent help!!! Thanks...
PS. If it's impossible, can anyone suggest another way to communicate with the device?
My device model is

C27T-ID





我尝试了什么:



我使用Microsoft Visual Studio命令提示符构建了FKAttend.lib

.

What I have tried:

I built FKAttend.lib by using Microsoft Visual Studio Command Prompt's

dumpbin

。但是我如何构建FKAttend.h?

我也尝试使用ZKLib for PHP版本通过网络连接到设备,但无法连接。我认为这是因为ZKTeco在技术上不支持该产品。

. But how can i build FKAttend.h?
I've also tried using ZKLib for PHP version to connect to the device by network but it fails to connect. I think that's because the product isn't technically supported by ZKTeco.

推荐答案



这篇关于如何在没有.h和.lib文件的情况下使用fkattend.dll?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-27 10:11