biometrics - Suprema BioMini FingerPrint programming in c# -
I bought a Suprema BioMini fingerprint device. It has an SDK, but the documentation is not good, it pastes the code, without any liquid explanation.
I'm programming it in C #, but I can not manage to do Superma library work, this is:
Supreme experiment; There is no "Suprema" - in the composition folder's Libs.
I tried to use C ++, therefore, I have pasted the tutorial line of SDK document:
#include "UFDatabase.h" And did not work.
But only one UFDatabase.lib, which I put in the Visual Studio folder, does not recognize it if I do:
#include "UFDatabase.h" This identifies the line - of course, there is a file with that name, but the functions do not work - maybe because the functions of .h are not eaten together -
Some of you have some experience with this Bimonic SDK, or have any clue about the problem?
Thank you.
Have you solved it and what version of SDK is using, what do you get And I can help with it from there.
But you can do the following
Copy the following into your bin directory
- UFScanner.dll 2.UFMatcher.dll 3.UFDatabase. Dll
then add the following as refrences
- Suprema.UFDatabase. Dll
- Suprema.UFScanner.dll
- Suprema.UFMatcher.dll
You will need to copy it
UFLicense.dat with the first DLS in the same directory as well.
You can follow again that are samples in SDK and you will be able to move forward. I used it for so long in the C # environment, there was no problem with it.
Comments
Post a Comment