I was assigning
UnLockCode := PChar(mygeneratedkey);
this isn't the same as
Move(mygeneratedkey[1], UnlockCode, Length(mygeneratedkey));
I'm used to that method.
Alan
Search found 8 matches
- Sat Jan 13, 2007 10:42 pm
- Forum: RegKeeper
- Topic: Key Generation
- Replies: 6
- Views: 78753
- Sat Jan 13, 2007 11:48 am
- Forum: RegKeeper
- Topic: Key Generation
- Replies: 6
- Views: 78753
I've re-written the implementation to write the UnLockCode to a file. So I know my code works, but no matter what I try, the UnLockCode or the AttachFilename does not get returned, just what looks like a 4 byte pointer is returned (as per the procedure call) but it isn't getting read properly from R...
- Sat Jan 13, 2007 10:12 am
- Forum: RegKeeper
- Topic: Key Generation
- Replies: 6
- Views: 78753
I found one thing wrong with the sample code procedure GenerateKey(KeyGenInfo: PKeyGenRecord;UnlockCode: PChar; var FileToAttach: PChar); export; stdcall; insteads of this: procedure GenerateKey(KeyGenInfo: PKeyGenRecord;var UnlockCode: PChar; var FileToAttach: PChar); export; stdcall; i.e. no var f...
- Sat Jan 13, 2007 5:50 am
- Forum: RegKeeper
- Topic: Key Generation
- Replies: 6
- Views: 78753
Key Generation
I'm just testing the manual key generation process. If I edit an order and go to Registration Info, and I have ensured that rkkeygen.dll is compiled as sample supplied (no change) and it resides next to regkeeper.exe. Then I click the generate button. Shouldn't I see 'SomeGeneratedKey' in the Regist...
- Tue Jan 09, 2007 6:12 am
- Forum: TsiLang Components Suite
- Topic: LoadAllFromFile Vs LoadOnCreate
- Replies: 1
- Views: 8024
LoadAllFromFile Vs LoadOnCreate
When do you use either of these methods/properties?
one or the other I assume?
Alan
one or the other I assume?
Alan
- Tue Jan 09, 2007 6:01 am
- Forum: TsiLang Components Suite
- Topic: Top Level Actions
- Replies: 2
- Views: 10019
- Mon Jan 08, 2007 10:44 am
- Forum: TsiLang Components Suite
- Topic: Top Level Actions
- Replies: 2
- Views: 10019
Top Level Actions
From the FAQ on translating top level actions: 1. For every TActionClientItem without a TAction create a "fake" Action and link them. For example, if your TActionMainMenuBar has a top-level menu item '&File', create a new action FileFile1, set its .Caption property to '&File', and ...
- Sun Jan 07, 2007 5:15 pm
- Forum: TsiLang Components Suite
- Topic: Runtime editing
- Replies: 5
- Views: 14188
Runtime editing
Version 6.0.3.1 I have my main form with an RT and Dispatcher. I have all other forms which require translation with Link component. In the expert, if I double click on a form I get the translations for each form separately. I have LoadonCreate True and the storage file assigned. After doing auto tr...