Hello,
My product is a dll (written in C) that needs to check the activation status of itself as it is loaded. For now I am calling it from dllMain
However the isProductActivated/isProductGeniune functions are not returning values
At first I believed that it was a problem scheduling a server check through the dll however the isProductActivated function also is not returning a value
Thank you for your help
R