[OT] FWH with Biometric Devices

[OT] FWH with Biometric Devices

Postby vailtom » Tue Feb 19, 2008 2: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
User avatar
vailtom
 
Posts: 47
Joined: Thu Jan 05, 2006 6:56 pm

Postby Silvio » Tue Feb 19, 2008 2:47 pm

thanks mr Vailtom
Best Regards, Saludos

Falconi Silvio
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby Antonio Linares » Tue Feb 19, 2008 3:36 pm

Thanks!
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby richard-service » Tue Feb 19, 2008 4:55 pm

Hi

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

thank you.

Regards,

Richard
User avatar
richard-service
 
Posts: 764
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

Postby FWHISHOW » Tue Feb 19, 2008 4:57 pm

Este é o meu garoto!

Parabéns Vaiton.

Estou com saudades sua meu amigo.

Ubiratan J. Santos
FWHISHOW
 
Posts: 80
Joined: Thu Nov 29, 2007 2:01 pm

Postby norberto » Tue Feb 19, 2008 6:09 pm

existe uma versao free ou gnu da dll?
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Postby vailtom » Tue Feb 19, 2008 6: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
User avatar
vailtom
 
Posts: 47
Joined: Thu Jan 05, 2006 6:56 pm

Postby Silvio » Wed Feb 20, 2008 8: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
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby richard-service » 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
User avatar
richard-service
 
Posts: 764
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

Postby Silvio » 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
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Pues no

Postby fleal » Sat May 03, 2008 6: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
fleal
 
Posts: 234
Joined: Tue Oct 25, 2005 12:39 am
Location: México, DF

en windows vista

Postby fleal » Sat May 03, 2008 1: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
fleal
 
Posts: 234
Joined: Tue Oct 25, 2005 12:39 am
Location: México, DF

holla

Postby lailton.webmaster » 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
lailton.webmaster
 
Posts: 603
Joined: Sun May 04, 2008 8:44 pm

ya funciona

Postby fleal » Mon May 05, 2008 2: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.
fleal
 
Posts: 234
Joined: Tue Oct 25, 2005 12:39 am
Location: México, DF

hum

Postby lailton.webmaster » Mon May 05, 2008 2:09 am

tien link donde yo possa decarregar eo exmplo pois lo que tiengo ja tengo tentado de tudo pero simpre ocorre lo erro.
lailton.webmaster
 
Posts: 603
Joined: Sun May 04, 2008 8:44 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 92 guests