Hi i have this runtime problem when call a method.
BioAPI_BIR_PTR birData = NULL;
BioAPI_GetBIRFromHandle
(gModuleHandleCapture,
CapturedImage,
&birData);
During runtime, the NullReferenceException points to the &birData argument. Anybody know what's wrong?
Thanks.
BioAPI_BIR_PTR birData = NULL;
BioAPI_GetBIRFromHandle
(gModuleHandleCapture,
CapturedImage,
&birData);
During runtime, the NullReferenceException points to the &birData argument. Anybody know what's wrong?
Thanks.
Comment