Page 1 of 1

HWKey nevidí v RT

PostPosted: Fri 20. Aug 2021 4:35:04
by Kushnerov
Ahoj.
Ve vývojovém režimu je klíč viditelný. Když ale spustím projekt, klíč není vidět.

Здравствуйте.
В режиме разработки ключ виден. Но когда запускаю проект, то ключа не видно.

Hello.
In development mode, the key is visible. But when I start the project, the key is not visible.

Re: HWKey nevidí v RT

PostPosted: Fri 20. Aug 2021 20:48:28
by Kushnerov
Musel jsem si vybrat klíč.

Нужно было выбрать ключ.

I had to choose a key.

Re: HWKey nevidí v RT

PostPosted: Mon 23. Aug 2021 12:57:08
by Tomáš Bräuer
Dobrý den,
jestli jsme to pochopili správně, tak jste měl vybranou volbu PmRtDemo, což znamená, že runtime ani nezkusí načíst HwKey a použije licenci PmRtDemo. Toto se ale musí explicitně vybrat ve volbě Runtime licence type. Tam je implicitně LicKey1, který načte licenci z HwKey a pokud není, použije se PmRtFree.
HwKey načítají pouze volby LicKey1 a LicKey2.
Samotné vývojové prostředí se nastavením tohoto ComboBoxu neřídí, protože to je volba pro runtime.

V INFO systému v runtime není zobrazený načtený klíč, ale zobrazena použitá licence. V aplikaci se musí nastavit, která licence se použije, protože v dosahu aplikace může být několik HwKey, síťové licence, atd.

Takže chyba byla u vás v nesprávně nastaveném konfigurátoru, který říkal, kterou licenci má runtime použít (PmRtDemo).

Hello,
If we understood correctly, you had the PmRtDemo option selected, which means that the runtime will not even try to load the HwKey and will use the PmRtDemo license. However, this must be explicitly selected in the Runtime license type option. There is implicitly a LicKey1 that will load the license from HwKey and if not, PmRtFree is used.
HwKey only loads the LicKey1 and LicKey2 options.
The development environment itself is not governed by the setting of this ComboBox, as this is a runtime option.

The runtime INFO system does not show the loaded key, but shows the license used. The application has to set which license to use because there may be several HwKeys, network licenses, etc. within range of the application.

So the error was in your incorrectly set configurator that told which license the runtime should use (PmRtDemo).