-
Hello,
Can you please send me OnGuard vor D2009 at my Mail:
rene_computer@gmx.net
Or is there Some Status about your CVS Upload?
Best regards,
René Landscheidt.
2009-10-21 16:26:16 UTC by twphoenix
-
Please Me too.
2009-09-28 22:15:13 UTC by aytaral
-
Please,
Leave this version available for download... I'm there´s a lot of users that need it!
Thanks!
2009-09-14 13:26:11 UTC by willianlopes
-
Please email me a copy of he OnGuard port to D2009 to mailbox tog@globalsoftwaresystems.com.
Thanks.
2009-08-03 20:18:48 UTC by glosoft
-
Here it is : http://wiki.lazarus.freepascal.org/OnGuard.
2009-07-26 08:41:58 UTC by brandysb
-
tpsfadmin added macarser to the TurboPower OnGuard project.
2009-02-27 20:19:24 UTC by tpsfadmin
-
I have ported OnGuard to Delphi 2009 and am awaiting approval to submit it to the CVS, but if anyone is looking for it and wants the ZIP file, please email me here.
2009-02-27 20:13:42 UTC by macarser
-
CreateMachineID references local SUBSTed drives with the midDrives option. This is not good as SUBSTed drive come and go at any time.
To fix this...
add the following variables:
device : array [0..2] of AnsiChar;
subst : array [0..1023] of AnsiChar;
and modify the last section of the CreateMachineID function to:
if (midDrives in MachineInfo) then
begin
//...
2007-12-19 02:09:57 UTC by grfoot
-
The docs say, that the naf file for the TOgNetCode is automatically created if the given filename does not exist. This seems not to be the case in any situation.
My workaround is to check if the filename, I pass to the component during runtime, exists and if not call "CreateAccessFile".
AutoCheck is false and check is done by calling "CheckCode".
Compiler = Delphi 2006.
2007-04-21 12:17:16 UTC by mischerr
-
I want to make sure that the user enters the correct company name where the code is registered to.
The code is generated in an external app by entering a company name and a expiration date.
In the main app, the user has to enter the company name (owner of the registration) and the related key.
Here my solution (you can copy& paste it into OnGuard.pas):
function...
2007-04-21 12:10:59 UTC by mischerr