-3

I'm a newbie at on guard and I'm trying to limit some features using TPONGuard.

LachlanG
  • 4,047
  • 1
  • 23
  • 35
Gedean Dias
  • 1,063
  • 1
  • 10
  • 24

2 Answers2

2

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.

Toon Krijthe
  • 52,876
  • 38
  • 145
  • 202
BennyBechDk
  • 934
  • 7
  • 13
1

OnGuard comes with a full manual of 125 pages. Look at and read the PDF file "manual.pdf".

  • thanks for the answer, but I think the almost questions asked here has answer in a manual, and if I asked here may be because I don't find it in a cleary way in the manual. – Gedean Dias Dec 02 '10 at 12:14
  • 1
    You asked something that **is** explained in the manual. If you had a specific question I would have had a specific answer. If you had reached page 103 of the manual, you would have find something... –  Dec 02 '10 at 16:16