Demo mode
Once installed, the plugin runs in demo mode until you enter a valid license number, using the ovi_Register routine:
| ovi_Register (licence) <- errorCode | |||
|---|---|---|---|
| Parameter | Type | Description | |
| -> | License | String | License number |
| <- | errorCode | Long Integer | Error Code (0 = no error) |
With no valid licence number, the plug-in runs with no limitation for 1 hour. It then does nothing but returning error 20002 everytime it is called.
If the plug-in is " time bombed " (while public alpha-beta test usually), the plug-in has no limitation until the time-bomb date. After this day, error 20001 is always returned and the plug-in does nothing
For any question, please contact us, check our web site http://www.osmose.net, or ask your distributor.
Demo Mode Limitations: Only 20 "Set" and 50 "Get" routines can be used. After that, the plugin does nothing but return the "not registered" error code. If no error occurs when calling a plugin routine in demo mode, error -30000 ("not registered") is returned instead of 0.