Make a demo time limited for a plugin
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/12/2004 at 00:57, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9
Platform: Windows ;
Language(s) : C++ ;---------
Hi all,what's the best way to do a time limited demo for a plugin?
best regards
Renato T.
www.tarabella.it/c4d -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 08/12/2004 at 01:10, xxxxxxxx wrote:
You can check the system date with GeGetSysTime(). Depending on how secure you want to be you can either use this to make expiring serials, or just to store the date first used and use that to set a limit.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 08/12/2004 at 03:29, xxxxxxxx wrote:
Thanks Mikael, i'll think to it.
Renato