[fprint] implementing on windows
Bastien Nocera
hadess at hadess.net
Wed Mar 7 12:45:52 UTC 2018
On Tue, 2018-03-06 at 12:04 +0300, enock tum wrote:
> I have implemented the libfprint on my linux and it is working
> perfectly. The problem comes when i want to transfer the project to a
> windows based server, it tells me that jlibfprint.dll not found and i
> cant seem to get a fix in the whole universe on it, please help me,
> thanks
libfprint is a solution for Unix systems, using user-space USB drivers
to communicate with fingerprint readers.
Windows already has a driver model to deal with fingerprint readers, so
you could use that if the application doesn't need to be portable,
otherwise you will need to compile and test the libfprint library on
Windows yourself.
If that's something you're interested in, porting the build system to
Meson first (on Linux) would make it easier to generate build files to
compile it under Visual Studio on Windows.
Cheers
More information about the fprint
mailing list