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)
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-hour timer tick too. | 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]] |
Revision as of 16:21, 2 December 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.