I check for a valid license key by using SetLicenseKey before going to an online activation/deactivation form.
Upon returning to the original form, I check the satus of the license which includes IsLicenseGenuine().
It returns LA_OK even when the license has not been activated.
Curiously if I restart the application, it correctly returns that the license has not been activated.
Is SetLicenseKey provisionally indicating an activated license? Or am I missing something?
B