Hi,
This should fix the "
E2065 Unsatisfied forward or external declaration" error with
"
hasp_windows_delphixe_xxxxxx.obj".
Please modify your hasp_unit.pas file
with the following changes-
-> Look for line number 750 : {$L hasp_windows_delphi_xxxxxx.obj }-> Change it to this : {$L hasp_windows_delphixe_xxxxxx.obj }
Regarding the access violation error for time function, add
the following code snippet in hasp_unit.pas file-
- $IFDEF WIN32}
- FUNCTION _FileTimeToSystemTime(const lpFileTime:TFileTime;var lpSystemTime:TSystemTime):BOOL;stdcall;
- begin
- result := FileTimeToSystemTime(lpFileTime,lpSystemTime);
- end;
- {$ENDIF}
Now recompile the application.
If you still face any issue, please contact us over the email
at Support@SafeNet-Inc.com for
further investigation.
Thanks,
Ashish