<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>8 Mar 2018 06:32:22 Z</lastBuildDate><pubDate>19 Aug 2009 01:22:49 Z</pubDate><description>My name is João Ricardo and I live in Brazil. Working in the company Psal, Primo Systems Applications Ltda. We use the Windev about 4 years and so far we have managed to develop our systems without major difficulties. &#13;
Acquire the biometric reader FingKey Hamster's Nitgen to implement in our system of fingerprint identification. &#13;
Along with the equipment received your dll's and sample programs and their sources. The sample programs were developed in Visual Basic 6 and Delphi 6. In tests with the sample programs achieved success in the use of FingKey. &#13;
Began the development of routines to access the device using as basis the documentation and the sample programs. &#13;
We observed  the return of the methods of the dll was not expected, so post in the forum decided that question in an attempt to get some help. &#13;
I do not know what may be happening. &#13;
Someone has already developed something that could help me? &#13;
&#13;
C++ (Documentation)&#13;
&#13;
NBioAPI_Init() is the function that initializes the NBioBSP module. NBioAPI_Init()&#13;
returns the Handle of the NBioBSP module used in the application.&#13;
 &#13;
NBioAPI_HANDLE  g_hBSP;  // NBioBSP module Handle. &#13;
 … &#13;
// Initialize BSP Module &#13;
if ( NBioAPI_Init(&amp;g_hBSP) != NBioAPIERROR_NONE ) &#13;
{ &#13;
// Init module failed. Show error message. &#13;
} &#13;
// Init success. &#13;
&#13;
Windev (my code)&#13;
&#13;
ret is int&#13;
&#13;
hwnd is int = SysWinActive()&#13;
IF hwnd = 0 THEN hwnd = Handle()&#13;
&#13;
hInst is int = LoadDLL("NbioBSP.DLL")&#13;
IF hInst = 0 THEN&#13;
   Error("Loading error")&#13;
ELSE&#13;
   // Initialize&#13;
   ret = CallDLL32("NBioBSP.dll", "NBioAPI_Init", hwnd)&#13;
   Info("NBioAPI_Init: "+ret)&#13;
   // OpenDevice&#13;
   ret = CallDLL32("NBioBSP.dll", "NBioAPI_OpenDevice", hwnd, 1)                            &#13;
   Info("NBioAPI_OpenDevice: "+ret)&#13;
   FreeDLL(hInst)&#13;
END&#13;
&#13;
I appreciate any help.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/21211-windev-biometric-fingerprint/read.awp</link><title>Windev: Biometric - Fingerprint</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Boller</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/21211-windev-biometric-fingerprint-64870/read.awp</comments><pubDate>8 Mar 2018 06:32:22 Z</pubDate><description>hi,&#13;
&#13;
https://www.youtube.com/watch?v=mkoF90nBwHg&#13;
&#13;
http://repository.windev.com/publish.awp?file_id=281474976710705;jeff-grah…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/21211-windev-biometric-fingerprint-64870/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/21211-windev-biometric-fingerprint-64870/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/21211-windev-biometric-fingerprint/read.awp">Windev: Biometric - Fingerprint</source><title>Re: Windev: Biometric - Fingerprint</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/21211-windev-biometric-fingerprint-21221/read.awp</comments><pubDate>19 Aug 2009 16:31:10 Z</pubDate><description>Hi João&#13;
&#13;
I used the Hamster for a customer's project in webdev 2 years ago&#13;
without any major problem. At the time, we used th…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/21211-windev-biometric-fingerprint-21221/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/21211-windev-biometric-fingerprint-21221/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/21211-windev-biometric-fingerprint/read.awp">Windev: Biometric - Fingerprint</source><title>Re: Windev: Biometric - Fingerprint</title></item></channel></rss>
