This DLL command performs a full license and activation check using EasyGO. It wraps the commands SetLanguage, SecurityLevel, SetRegisterSettings and PrepareAndCheck into one single command. All details of the parameters are described in the function reference of these commands.
Param |
Datatype |
Example |
Description |
pcFileName |
String |
“demo-easygo.lic” |
The full path to the license file . |
pcReadKey |
String |
“r1lkYAp1xGQN81fBrcZ1dfXtw1doy3Z1 l4KHy0N2yvL0ZBDcX274DHV1BfV7s0R FpjZ1NOmMf1qXGsu1MqTXK1t4Tsq1c7 jQq1iP3VM1NNx6j1s64YK299TY71YSrb K0NdSom29inxM29bPTJ1mmLNV0SNd C41xCbdT2adSqt2aazQL1dslWy1fGXFi 11YWOv1fFhLt2acufE1hRGXY1VxH0R 0ViybX0XmcNz1lm76W1gQqQe21grLU 1VAc401UqH8l0YHwOD1S46cC20hVp D1cfAYk299ixt” |
The project secure key or Read Key for that license file. |
pcModuleID |
String |
“QHD001” |
Unique ModuleID – identifies the module to be tested in EasyGo functionality - see details main module |
pcUsername |
String |
“” |
The user or item name to check the module for. Normally, you would pass this information only if you have an own user administration. Default option is to use the automatic function - UseWindowsUser = true |
bUseWindowsUser |
Boolean |
true |
Determines if the windows login name or hostname should be used as name for the license. Concurrent User uses a combination of username and PC name. If the module is an Item Counter, provide the name for the item counter in the field Name and set UseWindowsUser to false |
iLanguage |
Int |
0 |
Language code (0 is language of the operating system - list of Language codes) |
iSecurityLevel |
int |
1 |
SecurityLevel: 1 is advanced (ReadKey is used), 0 is basic (PSK is used) |
pcImageFile |
String |
“cdc.jpg” |
Absolute path to the logo image used in the EasyGo form. Notice: The Image has to be of format JPEG. Use a size of 175x115 to get the best result. The pixel in the left upper corner is used as transparency color . Also see: Background Image |
bLicViewerAllowed |
Boolean |
true |
Controls whether theLicense Viewer is accessible in the EasyGo form. The icon
Notice: On the EasyGo error screen the License Viewer is always available independent of this parameter. |
bSerialIsAK |
Boolean |
true |
Controls whether the Serial Number is a Licence Protector 5 Serial Number or an own ID |
pcManufacturer |
String |
“Mirage Computer Systems” |
Name of the manufacturer |
pcProductname |
String |
“CTI Data Connector” |
Name of the application which is displayed in the title bar. If value is empty the projectname of the license file is used. |
Boolean |
true |
Controls whether online Registration is allowed. The WebServiceURL in the license file is used for the Activation. |
|
Boolean |
true |
Controls whether registration by e-mail is allowed |
|
pcEMail |
String |
register@registerserver.net |
e-mail-Address to which the e-mail registration has to be sent |
Boolean |
true |
Controls whether registration by fax is allowed |
|
pcFaxumber |
String |
“+49 721/15159963” |
Fax-Number to which the registration form has to be sent |
Boolean |
True |
Controls whether registration by phone is allowed |
|
pcPhonenumber |
String |
“+49 700 54885342” |
Phone number which has to be called to receive the Unlock Key(s) |
pcEMail_Fax_Text |
String |
“Your registration information is sent to our Activation Center. Please allow 1 to 2 business days to send an unlock key.” |
Additional text that appears on the registration e-mail or Fax. May be empty. |
iDefaultMethod |
Int |
0 |
Controls the primary registration method: 0 = Online (default) 1 = e-mail 2 = Fax 3 = Phone |
pcBuyURL |
String |
“www.mirage-systems.de/cdc/order.html” |
URL on which the product can be bought online. If empty no BUY button is visible EasyGo form. The BUY button is only visible until the Serial Number is typed in. Can also be a link to a file on the local hard disk, e.g. PDF order form |
pcHelpURL |
String |
“www.mirage-systems.de/cdc/activation-guide.html” |
URL to provide additional help information for the registration process. The icon
|
pcCopyProtectionSwitchOnKey |
String |
“V3DEq-5CP93-9E4Ik-3tJ8X-lQD5k-6c14X” |
Copy Protection Switch On Key - please check documentation |
pcCopyProtectionSwitchOffKey |
String |
“” |
Copy Protection Switch Off Key - please check documentation |
pcLanguages |
String |
“2;1” |
all Languages that can be used for the Application, separate by semicolon - see: SetRegisterLanguages |
bShowError |
Boolean |
True |
if there are errors in the dll, they will be shown in a message box |