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...) |
|||
(2 intermediate revisions by 2 users not shown) | |||
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: | + | [[Category: Common Usage FAQ]] |
Latest revision as of 14:55, 17 May 2010
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.