PDF Include with OE 64-bit

We are using PdfInclude to create pdfs (ofcourse) in our application.
After upgrading to OE 10.2b 64-bit we are having problems using the supplied dll-s for encryption and compression.
I was able to find a 64-bit version of zlib1.p on the internet som now compression works.
The procryptlib.dll however, I can't seem to find.
Would it not be a good idea to supply both 32-bit and 64-bit of the dlls in the PDF Include Zip-file?
Or could someone please supply me with a 64-bit compiled vesion of the procryptlib.dll?
Regards
Niclas


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

the 64 bits dll has to be compiled

Hi

The 64 bits dll has to be compiled from rc4.h & rc4.c present in the zip file.
I do not have OE 64 bits, so I cannot do this (no test possible).
If sby manages to compile & test such a dll, I'll be happy to add it to the archive.

By the way this dll manages only RC4 encryption, which is quite weak. The bugs in this version of pdf include allows only RC4-40 to work.
The new version I'm maintaining supports AES-128 without any dll (pure ABL). Contact me privately for conditions if you are interested.

As for zlib, I'll look into adding a 64 bits version (anyway, the official site is zlib.net; from there one must be able to find the last version of the dll)

regards
Jice