Print Page | Close Window

Expired trial key in 7.17

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=1280
Printed Date: 15 Apr 26 at 5:15AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Expired trial key in 7.17
Posted By: flopi
Subject: Expired trial key in 7.17
Date Posted: 23 Nov 09 at 9:30AM
Hello,
 
The trial key from 7.17 is valid until 13 Nov 2009.
 
Regards



Replies:
Posted By: Rowan
Date Posted: 23 Nov 09 at 10:08AM
Hi flopi

When you install Quick PDF Library for the first time a license key is automatically generated and set to expire 30 days from the day that you first installed.

When did you originally install Quick PDF Library?

Cheers,
- Rowan.


Posted By: flopi
Date Posted: 23 Nov 09 at 11:50AM
Hi Rowan,
 
You are right, I have an older installation of the trial version on that PC.
 
The thing is I am waiting for a bug fix before I upgrade. I hope it's in 7.17.
 
Thanks.


Posted By: mixxell
Date Posted: 24 Nov 09 at 12:32AM
Hi
 
I have been trying to unlock my demo install, version 7.17, using a dll call from a language named xharbour, that is a derivative from clipper.
This is a language that uses C.
 
I used a sequence of calls like this:
 
/* this library is copied to the windows\system32 */
wDLL := loadlibrary("QuickPDFDLL717.dll")
 
/* entry point address of the unlock function */
cAddress := GetProcAddress(wDLL, "QuickPDFUnlockKey")
 
/* call that function with its only parameter: my demo unlock key /*
/* this key is valid up to next dec-20 */
wResult := calldll(cAddress, "j53g75ru43q6dw9kh4r17mb3y")
 
In any case I couldn't unlock the library, as it gives always a zero result in wResult.
 
Does anyone know what is going on?
It is like the unlock key is not valid because I could see (or test) that the library is properly loaded in memory and I can get a pointer to the entry point of any function inside the dll file.
The thing is I always get a zero result from the call to QuickPDFUnlockKey, and I can't test anyone of the remaining functions.
 
I sent a couple of mail messages to Karl and Rowan, who gave me initial support but didn't give me any hint about my problem.
 
I posted the code in a news site about this xharbour language, supported in google (comp.lang.xharbour) and I did what the "guru" people there said, but I couldn't get it to work with the tools I have.
 
Regards,
Claudio


Posted By: Ingo
Date Posted: 24 Nov 09 at 6:15AM
Hi Claudio!

Did you try already this one:
http://www.quickpdflibrary.com/help/getting-started-dll.php
...and here are different code-samples for several programming languages:
http://www.quickpdflibrary.com/samples/index.php

Did you see my post "QuickPDF ... The first steps" in the section "General discussion"?

Cheers and welcome here, Ingo


Posted By: mixxell
Date Posted: 24 Nov 09 at 10:39AM

Ingo

Hi, and thank you for posting a reply!
The first link mentioned gives me a couple of hints that bring it to work.
You made my day!
 
Very big thank you and best regards.
Claudio



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