Contents - Index


4.2.3.4 Licensing Strategies

Use the SLSAPI functions to obtain authorisation from the licence system for your application to run. If a valid licence is not available, your application can be customised to take appropriate action:

  • Demonstration Mode. If there is no licence or licence system, the software can display a warning message but continue to run in the demonstration mode E.g. with some features disabled or for a limited period of time.

  • Authorisation Desired. If there is no licence or licence system, the software can display a warning message but continue to run.

  • Authorisation Required. If no valid licence is available, the software will not run.

SlsDemo.exe demonstrates how to implement these basic licensing strategies.