I’m a newbie at on guard and I’m trying to limit some features using TPONGuard.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the demo Examples directory try looking at frm_readme.pas in the RegDemo, it could give you some help.
But basically the registrationcodes, can be used to “securely” lock a number (32 bit) to a computer.
How you use those bits is up to you.
You could user lower 16 bits as serialnumber and upper 16 bits as modules.
Or you can send 2 registrations codes.
One with bit 31 =0 that you use for serial number and on with bit 31=1 an have bits 0-30 for signaling 30 different features enabled or disabled.