BB FlashBack SDK: FBRecorder

RuntimeLicence

Description

Sets and gets the 'runtime' licence that licences applications produced using the FlashBack SDK.
 

Syntax

[C#/C++]
public BSTR RuntimeLicence

[VB.NET]
Public Property RuntimeLicence As 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 FBRecorder. 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 FBRecorder running on a development PC (i.e. a PC with the SDK installed).
 

See also

FBRecorder::GetRuntimeLicence  FBRecorder::SetRuntimeLicence  Runtime licensing on end-user PCs