[ActiveLock-Development] CVS: activelock/examples/example1 modMain.bas,1.4,1.5
Brought to you by:
ialkan
From: Thanh H. T. <th...@us...> - 2003-10-06 03:51:15
|
Update of /cvsroot/activelock/activelock/examples/example1 In directory sc8-pr-cvs1:/tmp/cvs-serv19572 Modified Files: modMain.bas Log Message: Corrected checksum matching activelock2.dll in \bin directory. Index: modMain.bas =================================================================== RCS file: /cvsroot/activelock/activelock/examples/example1/modMain.bas,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- modMain.bas 5 Oct 2003 08:36:26 -0000 1.4 +++ modMain.bas 6 Oct 2003 03:51:11 -0000 1.5 @@ -312,7 +312,7 @@ ' Returns the expected CRC value of ActiveLock2.dll ' Private Property Get Value() As Long - Value = 135035 + 1792 ' 136827 - computed so that it can't be easily spotted via a Hex Editor + Value = 139926 + 1792 ' 141718 - computed so that it can't be easily spotted via a Hex Editor End Property '' |