[OT] FWH with Biometric Devices
[OT] FWH with Biometric Devices
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- richard-service
- Posts: 583
- Joined: Tue Oct 16, 2007 8:57 am
- Location: New Taipei City, Taiwan
- Contact:
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
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
Falconi Silvio
- richard-service
- Posts: 583
- Joined: Tue Oct 16, 2007 8:57 am
- Location: New Taipei City, Taiwan
- Contact:
I think not free. SDK only try 90 days trial version.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
Regards,
Richard
Pues no
¿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
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
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
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 8:44 pm
holla
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
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
En Windows Vista trabaja bien,
Solo cambia las propiedades de Demo.exe y selecciona Compatilibidad con Windows 98.
A mi me funciona 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 8:44 pm
hum
tien link donde yo possa decarregar eo exmplo pois lo que tiengo ja tengo tentado de tudo pero simpre ocorre lo erro.