Search found 8 matches

by alanmcd
Sat Jan 13, 2007 10:42 pm
Forum: RegKeeper
Topic: Key Generation
Replies: 6
Views: 50311

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
by alanmcd
Sat Jan 13, 2007 11:48 am
Forum: RegKeeper
Topic: Key Generation
Replies: 6
Views: 50311

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...
by alanmcd
Sat Jan 13, 2007 10:12 am
Forum: RegKeeper
Topic: Key Generation
Replies: 6
Views: 50311

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...
by alanmcd
Sat Jan 13, 2007 5:50 am
Forum: RegKeeper
Topic: Key Generation
Replies: 6
Views: 50311

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...
by alanmcd
Tue Jan 09, 2007 6:12 am
Forum: TsiLang Components Suite
Topic: LoadAllFromFile Vs LoadOnCreate
Replies: 1
Views: 6741

LoadAllFromFile Vs LoadOnCreate

When do you use either of these methods/properties?
one or the other I assume?
Alan
by alanmcd
Tue Jan 09, 2007 6:01 am
Forum: TsiLang Components Suite
Topic: Top Level Actions
Replies: 2
Views: 8177

seems to have been a refresh issue in my IDE - I can link it now but for ages there when I was clikcing on the top-level item on the actionmenutoobar, the object inspector wasn;t giving me the item.
thanks
Alan
by alanmcd
Mon Jan 08, 2007 10:44 am
Forum: TsiLang Components Suite
Topic: Top Level Actions
Replies: 2
Views: 8177

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 ...
by alanmcd
Sun Jan 07, 2007 5:15 pm
Forum: TsiLang Components Suite
Topic: Runtime editing
Replies: 5
Views: 11166

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...