Griaule Biometrics

Principal » Required Fingerprint SDK Files

Required Fingerprint SDK Files

Libraries

The following files must be packaged with all Fingerprint SDK based applications:

  • GrFinger.dll
  • pthreadVC2.dll

The following files must be packaged with Fingerprint SDK ActiveX based applications:

  • GrFingerX.dll

Furthermore, GrFingerX.dll must be registered on system during application installation, using the regsvr32 tool. For further info about this tool, check the Microsoft's regsvr32 page.

The following files must be packaged with Fingerprint SDK Java for Windows based applications:

  • GrFingerJava.dll
  • GrFingerJava.jar

For any applet using the applet helper, the following files must also be added to the JAR package:

  • GrFingerAppletInstaller.jar
  • license agreement (your valid Fingerprint SDK integrator or enterprise license agreement)

Fingerprint reader support

The following files must be packaged with all Fingerprint SDK based applications supporting the Fingerprint Readers compatible with Griaule FingerCap USB Driver:

  • CapPluginFingercap.dll

The following files must be packaged with all Fingerprint SDK based applications supporting the Secugen Hamster III / Nitgen Hamster I / Hamster II fingerprint readers:

  • CapPluginHamster.dll
  • NBioBSP.dll

The following files must be packaged with all Fingerprint SDK based applications supporting the Certis Image Orcanthus fingerprint reader:

  • CapPluginCertis.dll
  • CertisExports.dll
  • Id3BiokeyDll.dll

The following files must be packaged with all Fingerprint SDK based applications supporting the Crossmatch fingerprint readers:

  • CapPluginCrossMatch.dll

The following files must be packaged with all Fingerprint SDK based applications supporting the Digent FD1000 fingerprint reader:

  • CapPluginDigent.dll
  • FingerAPI22Ex.dll
  • IZZIX20.dll
  • TCI.dll

The following files must be packaged with all Fingerprint SDK based applications supporting the Lumidigm Venus Series fingerprint reader:

  • CapPluginLumidigm.dll
  • LumiCORE.dll
  • LumiAPI.dll
  • The following folders must be packaged with CapPluginLumidigm.dll, they cannot be renamed:
  • plugin
  • SPM

The following files must be packaged with all Fingerprint SDK based applications supporting the Virdi FOH02 fingerprint reader:

  • CapPluginVirdi2.dll
  • UCBioBSP.dll
  • UCDevice.dll

Example

If an application uses Fingerprint SDK ActiveX component and supports the Nitgen Hamster I and Microsoft fingerprint readers, the following files must be packaged with it:

  • GrFinger.dll
  • pthreadVC2.dll
  • GrFingerX.dll (must also be registered in the target computer with the regsvr32 tool)
  • CapPluginFingercap.dll
  • CapPluginHamster.dll
  • NBioBSP.dll

Important notes

All files required by Fingerprint SDK can be found in the "bin" folder in the SDK root folder.

The list of supported fingerprint readers is available in the Fingerprint Readers Support section.

During application installation, any required DLL file must be copied to the application folder, to a system folder (for e.g., SYSTEM folder) or to a folder included in the PATH variable.

For Java applications, any required JAR file must be added to the CLASSPATH variable.