FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour [OT] FWH with Biometric Devices
Posts: 47
Joined: Thu Jan 05, 2006 06:56 PM
[OT] FWH with Biometric Devices
Posted: Tue Feb 19, 2008 02:35 PM

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

Vailton Renato
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
[OT] FWH with Biometric Devices
Posted: Tue Feb 19, 2008 02:47 PM

thanks mr Vailtom

Best Regards, Saludos



Falconi Silvio
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
[OT] FWH with Biometric Devices
Posted: Tue Feb 19, 2008 03:36 PM

Thanks!

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
[OT] FWH with Biometric Devices
Posted: Tue Feb 19, 2008 04:55 PM

Hi

I test my HP DV6708 NB's fingerprint and work fine.

thank you.

Regards,

Richard

Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 80
Joined: Thu Nov 29, 2007 02:01 PM
[OT] FWH with Biometric Devices
Posted: Tue Feb 19, 2008 04:57 PM

Este é o meu garoto!

Parabéns Vaiton.

Estou com saudades sua meu amigo.

Ubiratan J. Santos

Posts: 566
Joined: Thu Aug 30, 2007 03:40 PM
[OT] FWH with Biometric Devices
Posted: Tue Feb 19, 2008 06:09 PM

existe uma versao free ou gnu da dll?

Posts: 47
Joined: Thu Jan 05, 2006 06:56 PM
[OT] FWH with Biometric Devices
Posted: Tue Feb 19, 2008 06:37 PM

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.

Vailton Renato
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
[OT] FWH with Biometric Devices
Posted: Wed Feb 20, 2008 08:52 AM

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

Best Regards, Saludos



Falconi Silvio
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM
[OT] FWH with Biometric Devices
Posted: Wed Feb 20, 2008 10:11 AM
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
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
[OT] FWH with Biometric Devices
Posted: Wed Feb 20, 2008 12:26 PM

perhaps i have another version .. i installed it from last year and run now

Best Regards, Saludos



Falconi Silvio
Posts: 234
Joined: Tue Oct 25, 2005 12:39 AM
Pues no
Posted: Sat May 03, 2008 06:14 AM
¿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
Posts: 234
Joined: Tue Oct 25, 2005 12:39 AM
en windows vista
Posted: Sat May 03, 2008 01:36 PM

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

Posts: 603
Joined: Sun May 04, 2008 08:44 PM
holla
Posted: Mon May 05, 2008 12:56 AM

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

Posts: 234
Joined: Tue Oct 25, 2005 12:39 AM
ya funciona
Posted: Mon May 05, 2008 02:03 AM

En Windows Vista trabaja bien,
Solo cambia las propiedades de Demo.exe y selecciona Compatilibidad con Windows 98.

A mi me funciona bien.

Posts: 603
Joined: Sun May 04, 2008 08:44 PM
hum
Posted: Mon May 05, 2008 02:09 AM

tien link donde yo possa decarregar eo exmplo pois lo que tiengo ja tengo tentado de tudo pero simpre ocorre lo erro.

Continue the discussion