ActiveX Edition |
Top Previous Next |
Take these precautions before starting:
Remember: If you used a trial license, erase all the old files before entering the new one, to prevent license corruption. Important: You will receive a Runtime license file only if you purchased additional Runtime Licenses.
The developer license file TNBIPK3.LIC must be saved (on the Development PC) into the "windows" directory, and must be also copied to the same directory where TNBridge was installed. Do not change the file name.
The runtime license string included on the TNBIPK3rt.txt file must be added to the program source code, as shown on the examples included below: The developer license file TNBIPK3.LIC must be saved into the "Windows" directory.
The runtime license string must be added to the program source code, as shown on the examples included below:
new Tnblib.TnbXLicense().Key = "Y2Ja9EstTBt+9hNtHH28fDoVSWOLT7QV"+ "igoceLrR0UvY3T+Kh-gyi4Gpd21BvQZh"+ "5jDd6TbljNIKAFEpR9b5UcekvaEoouDz"+ "7iF9lQTIg-Q0HaeICm9OFznRM0xpSfnQ"+ "m0f0ZhAH7dmPL9eytIbMlMaNn+xdCs3B"+ "VfmGuzZgs6n9wvScvjD3E6UDNUuhFKZ9"+ "lOuTc3H6M3YZbwIrb7gH5lmw2EvhHMSn"+ "B5TiZkxOoSP-6SYJ5ZoxiiL5er7jOjZw"+ "36T7GfN3amk94YndwDfJpKOCOFOuSgex"+ "ek8Til9bjfNfehnEcM7u5RE2arYAganL"+ "qRuL3XY-ktdvnp1CUBwvJ+";
Dim License As Tnblib.TnbXLicense
License = New Tnblib.TnbXLicense() License.Key = "Y2Ja9EstTBt+9hNtHH28fDoVSWOLT7QV" + _ "igoceLrR0UvY3T+Kh-gyi4Gpd21BvQZh" + _ "5jDd6TbljNIKAFEpR9a5LcekvaEoouDz" + _ "7iF9lQTIg-Q0HaeICm9OFznRM0xpSfnQ" + _ "m0f0ZhAH7dmPL9eytIbMlMaNn+xdCs3B" + _ "VfmGuzZgs6n9wvScvjD3E6UDNUuhFKZ9" + _ "lOuTc3H6M3YZbwIrb7gH5lmw2EvhHMSn" + _ "B5TiZkxOoSP-6SYJ5ZoxiiL5er7jOjZw" + _ "36T7GfN3amk94YndwDfJpKOCOFOuSgex" + _ "ek8Til9bjfNfehnEcM7u5RE2arYAganL" + _ "qRuL3XY-ktdvnp1CUBwvJ+"
|