Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/11/2011 at 06:42, xxxxxxxx wrote:
User Information: Cinema 4D Version: 12 Platform: Language(s) : C++ ;
--------- Hi all! I'm considering making a time-limited demo of one of my plugins.
My idea is to use the SNHookClass, and compare "regdate" with "curdate" to check if the demo has expired.
Now to my question: Is this a reasonably safe way to do create a time limited demo? (I just want to make sure that it will not be super easy to crack my plugin)
Best regards /Filip
On 21/11/2011 at 10:51, xxxxxxxx wrote:
Yes. That the idea of the SNHookClass. It is used to check for a valid serial number for registration or to track a demo time period. Do a search of the forum (advanced) for more information.
On 21/11/2011 at 11:38, xxxxxxxx wrote:
OK, thanks!
/Filip