|
Activating the components with the evaluation license key Precompiled version of SecureBlackbox components requires a key, without which the components can't be used. For evaluation purposes you will find a trial key in the folder where you installed SecureBlackbox. The file which contains a key is named "LicenseKey.der". The key is named "LicenseKey.der".
You need to call SetLicenseKey procedure and pass your license key as Key parameter.
Remember, that you don't pass any file name, registry key name or anything else. You pass the license key itself (a text string).
procedure SetLicenseKey(const Key: string);
Starting with SecureBlackbox 5.1, you can set the key in design-time as well by placing an instance of TElSBLicenseManager component to the form of your project and setting it's LicenseKey property to the value of the key (NOT the file name). All sample projects include the call to SetLicenseKey method which passes the evaluation key to the components. If something doesn't work, please check the samples. You will find the sample projects in <SecureBlackbox>\Samples subfolder. Activating the licensed version
The customers that purchased a license can either compile the source code themselves or use the precompiled evaluation version.
To use the evaluation version without limitations each customer receives the registered license key.
The registered license key removes limitations of the evaluation version and lets registered customers avoid manual recompilation of the source code.
See the instructions above and in help file for information about how to properly pass the license key in the precompiled evaluation version. |

