maximum death year
Re : HASP Driver for Windows 10
Re : HASP Driver for Windows 10
Re : "One or more of the C2V files are invalid or empty, or relate to a non-existent Batch Code." when trying to check in C2V files in Sentinel EMS version 7.4.
Should you need any further assistance, please get back initiating a new thread.
Thanks
Ilaria
Re : HASP Driver for Windows 10
Re : maximum death year
spromeps.lib with Visual Studio 2015
Thank you,
Sentinel EMS install/uninstall problem
Hi
I had earlier (2014) installed Sentinel LDK and Sentinel EMS 7.1 and it worked fine. Then, I updated it to version 7.4. After this, I cannot login Sentinel EMS through a browser. The login page did not open. I think that it was some java problem.
At some stage I start the Sentinel LDK installation wizard and clicked Modify settings. After that, the Sentinel LDK installation wizard freeze totally.
Finally I try uninstall all programs, but removing of the EMS does not succeed.The installation wizard say that EMS version 7.1 is installed and will be upgraded to version 7.4, but give error messages if I try. At this point I cannot remove EMS 7.x and I cannot install EMS 7.4. I also try remove program manually, but it did not succeed.
How I can remove/install Sentinel EMS?
Regards
Juha
Re : Sentinel EMS install/uninstall problem
Re : spromeps.lib with Visual Studio 2015
Delphi API error on hasp_hasptime_to_datetime
i try to decode date/time with Sentinel API by hasp_hasptime_to_datetime function. I'm working on Delphi XE8, with current libraries downloaded by Sentinel Master Wizard. I'm loging to the key, getting time with hasp_get_rtc function but when i try to decode date/time with hasp_hasptime_to_datetime procedure i get an error:
When i get time from sentinel LDK ToolBox (7.4) everythink is ok. From Master Wizard i get object files:
hasp_windows_delphi_XXXXX.obj
hasp_windows_delphi_demoma.obj
hasp_windows_delphixe_XXXXX.obj
hasp_windows_x64_delphixe_XXXXX.obj
With Delphi XE8 i using first one "hasp_windows_delphi_XXXXX.obj", but i think i should use "
hasp_windows_delphixe_XXXXX.obj" for Delphi XE line. Am i right? If so when i try to use "hasp_windows_delphixe_XXXXX.obj" i get errors when compile project:
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__aulldiv'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__chkstk'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__beginthreadex'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__wmkdir'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_sprintf'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__alldiv'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_printf'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_fread'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__wunlink'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_strstr'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__aullshr'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__chsize'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__errno'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_strcspn'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_isalpha'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_isprint'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_strncpy'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_isxdigit'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__wstat'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_malloc'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_fflush'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__findclose'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__wfindnext'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_mktime'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__snprintf'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_strtok'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__read'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__alldvrm'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__wopen'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_ftell'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_abort'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: 'CreateFiberEx'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__wfindfirst'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__localtime64'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__lseek'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_atoi'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__wrmdir'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_fwrite'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__write'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__allmul'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_isdigit'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_strftime'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__aullrem'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_exit'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_toupper'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_strspn'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_fclose'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__wremove'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__wrename'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_strchr'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__aulldvrm'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_memmove'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_strtoul'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_strerror'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_fseek'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__gmtime64'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__vsnprintf'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__wfopen'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_strncmp'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_isspace'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '__close'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_strncat'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_free'
[dcc32 Error] hasp_unit.pas(790): E2065 Unsatisfied forward or external declaration: '_tolower'
[dcc32 Fatal Error] Check_Hasp.pas(88): F2063 Could not compile used unit 'hasp_unit.pas'
Failed
Elapsed time: 00:00:01.1
What i'm doing wrong and how can i reapair problem with converting time with hasp function?
Hasp key not being detected
Re : Hasp key not being detected
Dear Customer,
Thanks for the query.
Please make sure that your application is compatible with Windows 10 64 bit/32 bit.
Kindly click the below link to download and install our latest HASP/LDK 7.41 command line drivers.
http://sentinelcustomer.safenet-inc.com/DownloadNotice.aspx?dID=8589947873
Extract the drivers and open Command Prompt in Run as Administrator mode
And browse the haspdinst.exe file
1. Remove the existing drivers by typing in:
haspdinst.exe -purge
2. Now, Install the drivers again by typing in:
haspdinst.exe -i
Please ensure that the antivirus and firewall are disabled while installing the drivers.
Thank you,
Gaurav Bhanot
Re : Delphi API error on hasp_hasptime_to_datetime
-> Look for line number 750 : {$L hasp_windows_delphi_xxxxxx.obj }-> Change it to this : {$L hasp_windows_delphixe_xxxxxx.obj }
- $IFDEF WIN32}
- FUNCTION _FileTimeToSystemTime(const lpFileTime:TFileTime;var lpSystemTime:TSystemTime):BOOL;stdcall;
- begin
- result := FileTimeToSystemTime(lpFileTime,lpSystemTime);
- end;
- {$ENDIF}
Re : Delphi API error on hasp_hasptime_to_datetime
after adding code for time conversion AV dissapear but i still have problem with compiling version with delphixe obj file. I'll contact to support.
Thanks for help.
Re : spromeps.lib with Visual Studio 2015
We would like to receive an updated version of spromeps.lib compatible with MS VS 2015 in order to be able to compile with flad /MD.
Regards
Gianluca
Re : Visual Studio 2015 build of spromeps.lib
Regards
Gianluca