Delphi Edition |
Top Previous Next |
The developer license file TNBIPK3.LIC must be saved into the "windows" directory.
Important: If you used a trial license, erase the old license files before entering the new one, to prevent license corruption.
Instructions for the Developer License: The developer license file TNBIPK3.LIC must be saved into the "windows" directory, and must be also copied to the same directory where TNBridge was installed. Do not change the file name. Instructions for the Runtime License: (only if you purchased additional Runtime Licenses) The runtime license string must be added to the program source code, as shown on the example below:
implementation uses uTnbIPack; ... ... initialization LicenseKey := 'Y2Ja9EstTBt+9hNtHH28fDoVSWOLT7QV'+ 'igoceLrR0UvY3T+Kh-gyi4Gpd21BvQZh'+ '5jDd6TbljNIKAFEpR9a5UcekvaEoouDz'+ '7iF9lQTIg-Q0HaeICm7OFznRM0xpSfnQ'+ 'm0f0ZhAH7dmPL9eytIbMlMaNn+xdCs3B'+ 'VfmGuzZgs6n9wvScvjD3E6UDNUuhFKZ9'+ 'lOuTc3H6M3YZbwIrb7gH5lmw2EvhHMSn'+ 'B5TiZkxOoSP-6SYJ5ZoxiiL5er7jOjZw'+ '36T7GfN3amk94YndwDfJpKOCOFOuSgex'+ 'ek8Til9bjfNfehnEcM7u5RE2arYAganL'+ 'qRuL3XY-ktdvnp1CUBwvJ+'; end;
* Important: If you used a trial license, erase all the old files before entering the new one, to prevent license corruption. Instructions for the Developer License: The developer license file TNBIPK3.LIC must be saved into the "windows" directory, and must be also copied to the same directory where TNBridge was installed. Do not change the file name. Instructions for the Runtime License: (only if you purchased additional Runtime Licenses) The runtime license string must be added to the program source code, as shown on the example below: implememtation uses uTnbIPack; ... ... initialization LicenseKey := 'Y2Ja9EstTBt+9hNtHH28fDoVSWOLT7QV'+ 'igoceLrR0UvY3T+Kh-gyi4Gpd21BvQZh'+ '5jDd6TbljNIKAFEpR9a5UcekvaEoouDz'+ '7iF9lQTIg-Q0HaeICm9OFznRM0xpSfnQ'+ 'm0f0ZhAH7dmPL9eytIbMlMaNn+xdCs3B'+ 'VfmGuzZgs6n9wvScvjD3E6UDNUuhFKZ9'+ 'lOuTc3H6M3YZbwIrb7gH5lmw2EvhHMSn'+ 'B5TiZkxOoSP-6SYJ5ZoxiiL5er7jOjZw'+ '36T7GfN3amk94YndwDfJpKOCOFOuSgex'+ 'ek8Til9bjfNfehnEcM7u5RE2arYAganL'+ 'qRuL3XY-ktdvnp1CUBwvJ+'; end; |