Closed Arsiprog closed 4 months ago
Or can I use native api?
Why would you register anything?
You just place the dlls in path where your programs can find them. that would be:
All dlls in "lib" are native, but the dll from "release" is not native, since it's source is in C# To use native api, you have to read the C# code and understand how it works
You didn’t understand me, for example I used zkemkeeper.dll
This is 1C language
I'll show you an example of how people make dlls for 1C
https://habr.com/ru/articles/666718/
to make it clearer for you
Using zkemkeeper.dll I was able to integrate getting users, creating users, generating a report!
Now I want to register my fingers!
You didn’t understand me, for example I used zkemkeeper.dll
No, I did understand you. So I ask, why would I make this wrapper into a ComObject that has to be registered instead of a simple library that can be included with any project? Your answer is: "because that's the only way I know how to call it from 1C"
This is 1C language
1C is something very specific, 1C:Enterprise platform is not supported by this repository.
I'll show you an example of how people make dlls for 1C
https://habr.com/ru/articles/666718/
to make it clearer for you
Why would you assume I speak русский?
Using zkemkeeper.dll I was able to integrate getting users, creating users, generating a report!
What kind of device do you have? is it an access control panel?
Now I want to register my fingers!
The example is in README.MD, but make sure you have the right setup first, a fingerprint reader and an access-control panel.
Here
maybe you can do something like AddIn.libzkfp Native API ?
That device is not an access-control panel, The main library will not work with it. The fingerprint device howerver is supported, but it only has C# API, but they are calling native dlls that come with its driver software.
maybe you can do something like AddIn.libzkfp Native API ?
I have no plans of working on native apis to support any ZKTeco device at the moment.
ok
Can I use your DLL files as com interfaces for interaction in other programs? I tried to register your libraries via regsvr32 but I always get the DllRegisterServer error. I also tried to register libzkfp.dll and libzkfpcsharp.dll but without success, even though they are in the C folder: \Windows\SysWOW64