where i can find the library code of digitalpersona fingerprint scanner like DPSDKENGLIB,DPSDKOPLIB and DPSDKUSRLIB in vb.6 thanx.

where i can find the library code of digitalpersona fingerprint scanner like DPSDKENGLIB,DPSDKOPLIB and DPSDKUSRLIB in vb.6 thanx.

I take it you where the dll or lib is that you're wanting to use.

Use the Dumpbin.exe execute utility

dumpbin.exe /exports dpsdkenglib


You should be able to what functions you can use and then you'll have to declare it like an API in one of your forms or modules.

Hank

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.