Code Comments
Programming Forum and web based access to our favorite programming groups.Hi! I've found such a code: http://www.bcsoft.org/windows-product-key.htm but it generates errors: Data: array [1..] of Byte; // Raw data from registry key placed here //expresion expected but ] found CopyMemory(@BinaryKey, @Data[], SizeOf(BinaryKey)); //expresion expected but ] found:( Enybody can help me? -- Pozdrawiam Mirek ForceASPI v1.8 http://www.dhost.info/boski/forceaspi.html http://tiny.pl/f5r gg:4500044
Post Follow-up to this messageHello! (Czesc!) Try this: (Spróbuj tak:) Data: array [1..1024] of Byte; // Raw data from registry key placed here CopyMemory(@BinaryKey, @Data[1], SizeOf(BinaryKey)); It should be OK (Powinno byc OK) -- Pozdrawiam. Artek. GG:4166545 (invisible for unknown)
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.