|
ds_Register |
|---|
| ds_Register (selector; licence) <- errorCode | |||
|---|---|---|---|
| Parameter | Type | Description | |
| -> | selector | Integer | Kind of license |
| -> | License | String | License number |
| <- | errorCode | Long Integer | Error Code (0 = no error, -30000 = not registered) |
Possible values for selector
1 = Developer license for Mac OS
2 = Developer license for Windows
3 = Compiled Runtime Deployment
4 = Unlimited For One Application Compiled Deployment
If the license is valid, the routine returns 0 (no error). Otherwise, it returns error code -30000 and still runs in demo mode.
Please see the example in the Registering the Plugin section for more details.