Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
QuickPDF v6.04.6 : Quality hint |
Post Reply |
Author | |
HarryS
Beginner Joined: 19 Sep 06 Location: Germany Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 09 Oct 08 at 5:57AM |
In Delphi there's a genious feature called compiler switch. (range check, io check ...) if you turn them on, while programming and testing, you will find a lot of bugs before your customers do. Can any MD5-Expert check this : function MD5String(M: String): MD5Digest; var Context: MD5Context; begin MD5Init(Context); IF Length(M)<>0 { No String, No Doc ... } then MD5Update(Context, @M[1], length(M)) else MD5Update(Context, Nil, length(M)); MD5Final(Context, Result); end; |
|
DELBEKE
Debenu Quick PDF Library Expert Joined: 31 Oct 05 Location: France Status: Offline Points: 151 |
Post Options
Thanks(0)
|
Sorry to say that, but here there is no more customers here, just guys trying to keep this dll alive on their free time. I have begin with delphi and the dll on july and do my best to improve the dll. I am chocked you speak about my work and the work from others voluntaries so badly.
If you have improvements to do, good. If you want to prove we are bad, keep away.
|
|
HarryS
Beginner Joined: 19 Sep 06 Location: Germany Status: Offline Points: 6 |
Post Options
Thanks(0)
|
Sorry, but you got me totally wrong. I didn't want to blame you in any way.
But the first what happened after compiling with switches on, was I couldn't load any PDF. It happened to me in other cases too and it seems to be its a common behavior to let the switches off. But so you won't find a lot of problems. And yes we are all voluntaries and spend our spare- or worktime on improvements (Keep waiting for 6.05.0). Sorry again. |
|
DELBEKE
Debenu Quick PDF Library Expert Joined: 31 Oct 05 Location: France Status: Offline Points: 151 |
Post Options
Thanks(0)
|
I know nothing about theses switches, because i am a new programer in Delphi. Explain me, i am always happy to learn.
|
|
DELBEKE
Debenu Quick PDF Library Expert Joined: 31 Oct 05 Location: France Status: Offline Points: 151 |
Post Options
Thanks(0)
|
Thanks for your private Email. I 'll read it carefully. My version for delphi is Turbo Delphi 2006.
|
|
DELBEKE
Debenu Quick PDF Library Expert Joined: 31 Oct 05 Location: France Status: Offline Points: 151 |
Post Options
Thanks(0)
|
Tomorow, i'll prepare a new version, including your fantastic improvments (Mostly rendering as i have seen), others from Loïc ICarere (JBIG2 support) and mine (AES128 Encryption)
Edited by DELBEKE - 10 Oct 08 at 11:09AM |
|
lcarrere
Debenu Quick PDF Library Expert Joined: 10 Jul 06 Location: France Status: Offline Points: 47 |
Post Options
Thanks(0)
|
Hi both.
I am impatient to see the improvements !! Delbeke, if you need help for testing & debugging the new version, send me a mail. I am working today. I tried suggestions from HarryS and like he said, the library are unable to open any PDF using the "Range cheking" runtime errors of compilation. I'll wait your new version to see if I can do something regarding that (but maybe this already done by you or HarryS). Best regards, Loïc |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store