Platforms to show: All Mac Windows Linux Cross-Platform
CallHASPMBS(service as Integer, seed as Integer, lptnum as Integer, pass1 as Integer, pass2 as Integer, byref p1 as Integer, byref p2 as Integer, byref p3 as Integer, byref p4 as Integer)
Function:
Calls the HASP API.
Notes:
You may need drivers from Aladdin Knowledge Systems for your HASP keys, but the plugin should run and compile even without.
Linux added for plugin v7.0
Please check the HASP documentation from Aladdin for the list of error codes.
If you need a plugin for HASP SRM, please contact us.
With plugin version 14.2 we see problems on Windows with Xojo, but works with Real Studio.
Please use HASPHLDMBS for newer projects.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Dongle | MBS Dongle Plugin | 3.3 | Yes | Yes | Yes | Yes | No |
Notes:
You may need drivers from Aladdin Knowledge Systems for your HASP keys, but the plugin should run and compile even without.
Linux added for plugin v7.0
Please check the HASP documentation from Aladdin for the list of error codes.
If you need a plugin for HASP SRM, please contact us.
With plugin version 14.2 we see problems on Windows with Xojo, but works with Real Studio.
Please use HASPHLDMBS for newer projects.
Some examples using this method:
CallHASPMemMBS(service as Integer, seed as Integer, lptnum as Integer, pass1 as Integer, pass2 as Integer, byref p1 as Integer, byref p2 as Integer, byref p3 as Integer, byref p4 as Integer, mem as memoryblock)
Function:
Calls the HASP API.
Notes:
This version of the Call will pass in the p3 and p4 parameters the address of the memoryblock to the function.
Linux added for plugin v7.0
Please check the HASP documentation from Aladdin for the list of error codes.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Dongle | MBS Dongle Plugin | 3.3 | Yes | Yes | Yes | Yes | No |
Notes:
This version of the Call will pass in the p3 and p4 parameters the address of the memoryblock to the function.
Linux added for plugin v7.0
Please check the HASP documentation from Aladdin for the list of error codes.
Some examples using this method:
GetHASPErrorStrMBS(error as Integer) as string
Function:
Returns a human readable error string for the given error code.
Notes:
May return "" on low memory.
Please check the HASP documentation from Aladdin for the list of error codes.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Dongle | MBS Dongle Plugin | 3.3 | Yes | Yes | Yes | Yes | No |
Notes:
May return "" on low memory.
Please check the HASP documentation from Aladdin for the list of error codes.
Some examples using this method:
GetNetHaspWarningStrMBS(error as Integer) as string
Function:
Returns a human readable string for the given error code.
Notes:
May return nil on low memory.
Please check the HASP documentation from Aladdin for the list of error codes.
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
global method | Dongle | MBS Dongle Plugin | 3.3 | Yes | Yes | Yes | Yes | No |
Notes:
May return nil on low memory.
Please check the HASP documentation from Aladdin for the list of error codes.
The items on this page are in the following plugins: MBS Dongle Plugin.
Links
MBS Xojo Plugins