Re: [fprint] implementing on windows

2018-03-07 Thread Bastien Nocera
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
___
fprint mailing list
fprint@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/fprint


Re: [fprint] implementing on windows

2018-03-06 Thread Igor Filatov
I don't think it's possible. jlibfprint depends on libfprint which is
written for linux (posix?): libusb, glib etc.

On Tue, Mar 6, 2018 at 11:04 AM 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
>
> --
> Enock Tum
> Software Engineer
>
>
>
> 
>  Virus-free.
> www.avast.com
> 
> <#m_5248117170150041581_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
> ___
> fprint mailing list
> fprint@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/fprint
>
___
fprint mailing list
fprint@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/fprint


[fprint] implementing on windows

2018-03-06 Thread enock tum
 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

-- 
Enock Tum
Software Engineer



Virus-free.
www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
___
fprint mailing list
fprint@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/fprint