Print Page | Close Window

Unlockkey does not work by version above 5.14

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=894
Printed Date: 15 May 24 at 4:08PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Unlockkey does not work by version above 5.14
Posted By: tools32
Subject: Unlockkey does not work by version above 5.14
Date Posted: 10 May 08 at 5:28AM
i use 5.14 als dcu version not als dll dcu version.
With my key i cannot unlock the dll version above 5.14.
The Function always give 0 back.
I try out 5.21, 5.22, 6.01 and 6.02.
What's wrong?




Replies:
Posted By: Ingo
Date Posted: 10 May 08 at 6:09AM

Hi Tools!

Here's a working testkey ... If it works with the testkey and not with your key then the problem should be your app ...

42314430B5C9251A0132DE263581ED83

Evaluation valid until 10 June 2008
 
Best regards,
Ingo


Posted By: tools32
Date Posted: 12 May 08 at 10:20AM
It dosn't work with your code. I get only a access violation on exit.

I do this:

Function iSEDUnlockKey (const sRegKey : String) : Integer; external 'iSEDQuickPDF.dll';

id := iSedUnlockKey('42314430B5C9251A0132DE263581ED83');








Posted By: Ingo
Date Posted: 12 May 08 at 4:37PM
Hi Tools!
 
It seems that the key is okay but not your code ;-)
Here you can get the old content of the iSED-forum, -faq and knowledgebase as pdf-files:
http://www.organicsw.co.uk/ised/ - http://www.organicsw.co.uk/ised/
Perhaps there's an example for a dll-call, too.
 
Best regards,
Ingo
 
 


Posted By: pschott
Date Posted: 13 May 08 at 2:39AM
You must use
function iSEDUnlockKey(RegKey: PChar): Integer; stdcall; external 'iSEDQuickPDF.dll';


Posted By: tools32
Date Posted: 13 May 08 at 2:43AM
Thanks.
I must use stdcall, then it is o.k.

Function iSEDUnlockKey (const sRegKey : String) : Integer; stdcall; external 'iSEDQuickPDF.dll';




Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk