|
A NEW STYLE OF EXAMPLES
A new style of examples is introduced in version 5.1.3 in order to make easier the configuration used in conjunction with a new utility called configurator that allows to generate configuration code and then insert it into the code of the applications. With minor variations, the operation of the examples is the same as in previous versions.
In the latest version 3.5 of AVLock SIMPLE we have added many new examples in order to explain the different possibilities offered by the component. Below you can see a table with the main features of each of the examples included in the package.
Example
|
Protection
scheme
|
OLM
|
Methods used to start the trial period
|
Method to remove local registration data
|
Method to remove online registration data
|
1
|
A
|
All options
|
MakeTrial(), OnlineGetKeyB() and OnlineStartTrial()
|
EraseReg()
|
OnlineRemoveKey(), OnlineRemoveReg()
|
2
|
B
|
All options
|
MakeTrial(), OnlineGetKeyB() and OnlineStartTrial()
|
EraseReg()
|
OnlineRemoveKey(), OnlineRemoveReg()
|
3
|
C,D,E,F
|
All options
|
MakeTrial(), OnlineGetKeyB() and OnlineStartTrial()
|
EraseReg()
|
OnlineRemoveKey(), OnlineRemoveReg()
|
4
|
D,E,F
|
Advanced
|
OnlineStartTrial()
|
EraseReg()
|
OnlineRemoveKey()
|
5
|
D,E,F
|
Basic
|
MakeTrial() y OnlineGetKeyB()
|
OnlineRemoveReg()
|
OnlineRemoveKey()
|
Request Key
|
B
|
Advanced
|
OnlineRequestKey()
|
EraseReg()
|
OnlineRemoveReg()
|
UserData Based
|
D,E,F
|
All options
|
MakeTrial(), OnlineGetKeyB() and OnlineStartTrial()
|
EraseReg()
|
OnlineRemoveKey(), OnlineRemoveReg()
|
EXAMPLE 1
In this example you will learn to
Protection schemes
Flowchart
Brief practice with example 1a
Run the application
Start the trial period
Deleting the existing registration
Registering the application using Keys
Control the computer system date
The example 1b
EXAMPLE 2
In this example you will learn to
Protection schemes
Flowchart
Brief practice with example 2a
EXAMPLE 3
In this example you will learn to
Protection schemes
Flowchart
Brief practice with example 3a
Run the application
Start the trial period
The example 3b
EXAMPLE 4
In this example you will learn to
Protection schemes
Flowchart
Brief practice with example 4a
Run the application on PC1
Start the trial period
Register the application on PC1 using the OLM
Register the secondary computer PC2
Renew the primary registration on PC1
Renew secondary registration on PC2
Try to add a new secondary license on PC3
Move primary license from PC1 to PC3
Move secondary registration from PC2 to PC4
Example Request Key
Example UserData Based
|