I have used the license files as one should but the trial version message suddenly appeared after a couple of days of my application work. What happened?
From AVObjects Knowledge Base
(Difference between revisions)
(New page: The license initialization procedure must be called once a 24 hours. So, if your application works more than 24 hours you need to add license initialization call not only on application in...) |
|||
Line 1: | Line 1: | ||
− | The license initialization procedure must be called once a 24 hours. So, if your application works more than 24 hours you need to add license initialization call not only on application initialization, but on 24 | + | The license initialization procedure must be called once a 24 hours. So, if your application works more than 24 hours you need to add license initialization call not only on application initialization, but on 24-hour timer tick too. |
[[Category: Licensing FAQ]] | [[Category: Licensing FAQ]] |
Revision as of 20:38, 13 November 2009
The license initialization procedure must be called once a 24 hours. So, if your application works more than 24 hours you need to add license initialization call not only on application initialization, but on 24-hour timer tick too.