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!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > General Discussion
  New Posts New Posts RSS Feed - QuickPDF v6.04.6 : Quality hint
  FAQ FAQ  Forum Search   Register Register  Login Login

QuickPDF v6.04.6 : Quality hint

 Post Reply Post Reply
Author
Message
HarryS View Drop Down
Beginner
Beginner


Joined: 19 Sep 06
Location: Germany
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote HarryS Quote  Post ReplyReply Direct Link To This Post Topic: QuickPDF v6.04.6 : Quality hint
    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;



Back to Top
DELBEKE View Drop Down
Debenu Quick PDF Library Expert
Debenu Quick PDF Library Expert
Avatar

Joined: 31 Oct 05
Location: France
Status: Offline
Points: 151
Post Options Post Options   Thanks (0) Thanks(0)   Quote DELBEKE Quote  Post ReplyReply Direct Link To This Post Posted: 09 Oct 08 at 2:10PM
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. 
Back to Top
HarryS View Drop Down
Beginner
Beginner


Joined: 19 Sep 06
Location: Germany
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote HarryS Quote  Post ReplyReply Direct Link To This Post Posted: 09 Oct 08 at 4:05PM
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.

Back to Top
DELBEKE View Drop Down
Debenu Quick PDF Library Expert
Debenu Quick PDF Library Expert
Avatar

Joined: 31 Oct 05
Location: France
Status: Offline
Points: 151
Post Options Post Options   Thanks (0) Thanks(0)   Quote DELBEKE Quote  Post ReplyReply Direct Link To This Post Posted: 09 Oct 08 at 4:51PM
I know nothing about theses switches, because i am a new programer in Delphi. Explain me, i am always happy to learn.
Back to Top
DELBEKE View Drop Down
Debenu Quick PDF Library Expert
Debenu Quick PDF Library Expert
Avatar

Joined: 31 Oct 05
Location: France
Status: Offline
Points: 151
Post Options Post Options   Thanks (0) Thanks(0)   Quote DELBEKE Quote  Post ReplyReply Direct Link To This Post Posted: 09 Oct 08 at 5:24PM
Thanks for your private Email. I 'll read it carefully. My version for delphi is Turbo Delphi 2006.
Back to Top
DELBEKE View Drop Down
Debenu Quick PDF Library Expert
Debenu Quick PDF Library Expert
Avatar

Joined: 31 Oct 05
Location: France
Status: Offline
Points: 151
Post Options Post Options   Thanks (0) Thanks(0)   Quote DELBEKE Quote  Post ReplyReply Direct Link To This Post Posted: 10 Oct 08 at 11:08AM
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
Back to Top
lcarrere View Drop Down
Debenu Quick PDF Library Expert
Debenu Quick PDF Library Expert


Joined: 10 Jul 06
Location: France
Status: Offline
Points: 47
Post Options Post Options   Thanks (0) Thanks(0)   Quote lcarrere Quote  Post ReplyReply Direct Link To This Post Posted: 11 Oct 08 at 4:13AM
Hi both.

I am impatient to see the improvements !! Thumbs%20Up

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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store