|
I dynamically load a DLL for fingerprint verification.
int IFV_Verify (unsigned char * pFeatureS, unsigned int nSizeOfS,
unsigned char * pFeatureT, unsigned int nSizeOfT, int nLevel);
There is no problem in loading and using in DLL, but it cannot be verified successfully in DLL.exe.
I don't know why, DLL and DLL.exe have something to say thank you. |
|