Page 1 of 1
[OT] FWH with Biometric Devices
Posted: Tue Feb 19, 2008 2:35 pm
by vailtom
In november 2007 we had here in Guarulhos, Brazil the V Fivewin Developers Meeting!
Amongst the many lectures that had had in the occasion, one of the showed solutions was the use of biometric application with Fivewin. In this lecture was presented the lib WbFinger, that is a LIB with many functions and routines for accessing biometric devices, by using a DLL from Griaule.
This lib is distributed freely with all sources with no support. It can be downloaded at:
http://www.congressofivewin.com.br/down ... metria.zip
Posted: Tue Feb 19, 2008 2:47 pm
by Silvio
thanks mr Vailtom
Posted: Tue Feb 19, 2008 3:36 pm
by Antonio Linares
Thanks!
Posted: Tue Feb 19, 2008 4:55 pm
by richard-service
Hi
I test my HP DV6708 NB's fingerprint and work fine.
thank you.
Regards,
Richard
Posted: Tue Feb 19, 2008 4:57 pm
by FWHISHOW
Este é o meu garoto!
Parabéns Vaiton.
Estou com saudades sua meu amigo.
Ubiratan J. Santos
Posted: Tue Feb 19, 2008 6:09 pm
by norberto
existe uma versao free ou gnu da dll?
Posted: Tue Feb 19, 2008 6:37 pm
by vailtom
A Griaule trabalha apenas com a .DLL comercial. Porém suporta quase todos os tipos de leitores biométricos o que com certeza agiliza o trabalho do programador.
Posted: Wed Feb 20, 2008 8:52 am
by Silvio
from www. griaule.com
the price of
Fingerprint Identification SDK Single Computer (minimum of 5 licenses) is US$ 36.00
Fingerprint Verification SDK Single Computer (minimum of 5 licenses) is
US$ 20.00
or if you made an account you can download Fingerprint SDK 2007 free from this website
Posted: Wed Feb 20, 2008 10:11 am
by richard-service
Silvio wrote:from www. griaule.com
the price of
Fingerprint Identification SDK Single Computer (minimum of 5 licenses) is US$ 36.00
Fingerprint Verification SDK Single Computer (minimum of 5 licenses) is
US$ 20.00
or if you made an account you can download Fingerprint SDK 2007 free from this website
I think not free. SDK only try 90 days trial version.
Regards,
Richard
Posted: Wed Feb 20, 2008 12:26 pm
by Silvio
perhaps i have another version .. i installed it from last year and run now
Pues no
Posted: Sat May 03, 2008 6:14 am
by fleal
¿Alguien que le funcione?
El EXE que viene construido marca el error
Unrecoverable error 9015
Symbol item expected from hb_vmdo
Comenzando desde ceros, obtengo un valor -4 de Licencia no válida.
#include 'fivewin.ch'
#include 'image.ch'
#include 'GrFinger.ch'
function main()
local Bio
local cDato
Bio := GetPrintFinger()
if Bio:Initalize()
// Entra aquí
MsgInfo( 'Dispositivo inicializado com sucesso!' ) else
MsgAlert( 'Erro inicializando o dispositivo!' )
PostQuitMessage(0)
quit
endif
RETURN nil
Compilo de ésta manera
%hdir%\bin\harbour Demo -n -m -w -es2 -gc0 /iC:\FWH\include;%hdir%\include /w /p %2 %3
if ERRORLEVEL 1 GOTO ERROR
echo -O2 -eDemo -I%hdir%\include Demo.c > b32.bc
%bcdir%\bin\bcc32 -M -c -v @b32.bc
:ENDCOMPILE
%hdir%\bin\harbour GrFinger -n -m -w -es2 -gc0 /iC:\FWH\include;%hdir%\include /w /p %2 %3
if ERRORLEVEL 1 GOTO ERROR
echo -O2 -eGrFinger -I%hdir%\include GrFinger.c > b32.bc
%bcdir%\bin\bcc32 -M -c -v @b32.bc
:ENDCOMPILE
IF EXIST Demo.rc %bcdir%\bin\brc32 -r Demo
echo c0w32.obj + > b32.bc
echo Demo.obj GrFinger, + >> b32.bc
echo E:\APX\Huella\Demo.exe, + >> b32.bc
echo Demo.map, + >> b32.bc
echo C:\FWH\lib\Fivehx.lib C:\FWH\lib\FiveHC.lib + >> b32.bc
echo GrFinger.lib + >> b32.bc
echo wbFinger.lib + >> b32.bc
en windows vista
Posted: Sat May 03, 2008 1:36 pm
by fleal
En Windows XP funciona bien
En Windows Vista Home aparece el errr
Unrecoverable error 9015
Symbol item expected from hb_vmdo
¿Alguien tiene un pequeño test que pueda testar en mi PC?
Gracias
holla
Posted: Mon May 05, 2008 12:56 am
by lailton.webmaster
yo tambien estoy con este problema
hb_vmdo
pero isto somiiente ocorre las bezes pero es un erro que no estoy conseguindo resorber !
alguiem tien la solucion para esto ???
gracias
ya funciona
Posted: Mon May 05, 2008 2:03 am
by fleal
En Windows Vista trabaja bien,
Solo cambia las propiedades de Demo.exe y selecciona Compatilibidad con Windows 98.
A mi me funciona bien.
hum
Posted: Mon May 05, 2008 2:09 am
by lailton.webmaster
tien link donde yo possa decarregar eo exmplo pois lo que tiengo ja tengo tentado de tudo pero simpre ocorre lo erro.