BB FlashBack SDK: FBEditor

GetRuntimeLicence

Description

Gets the 'runtime' licence key that must be passed to a call to SetRuntimeLicence on the end-user's PC, in order to fully licence applications that use the FlashBack SDK.

Syntax

[C#/C++]
public String GetRuntimeLicence (void)

[VB.NET]
Public Function GetRuntimeLicence () As String

Return value

When the function succeeds, it returns the runtime licence key string.
 

Remarks

When running applications produced using the SDK on PCs that do not have the SDK installed (i.e. end-user PCs), the runtime licence must be set before any methods are called on an instance of FBEditor. If the runtime licence is not set, all methods will fail.

It should be set to the runtime licence string obtained (via GetRuntimeLicence() or the RuntimeLicence property) from an instance of FBEditor running on a development PC (i.e. a PC with the SDK installed).

See Also

FBEditor::SetRuntimeLicence  FBEditor::RuntimeLicence  Runtime licensing on end-user PCs