#1 2011-09-25 08:49:21

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Synopse PDF Engine 1.15

For our PDF generation Open-Source library, this is a small fix update.

It can now be compiled under Delphi XE2.

To be downloaded from  http://synopse.info/fossil/wiki?name=Downloads

Offline

#2 2011-09-25 10:07:18

RalfS
Member
Registered: 2011-07-11
Posts: 57

Re: Synopse PDF Engine 1.15

But without 64 bit compilation!?

Offline

#3 2011-09-25 16:19:07

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: Synopse PDF Engine 1.15

RalfS wrote:

But without 64 bit compilation!?

The issue with 64 bit compilation is some features of SynCommons.pas, and the fact than SynZip is not 64 bit ready yet.

But those SynCommons features (like exception interception for logging) are not mandatory for SynPdf.
So it won't be too much difficult to it 64 bit ready in the close future.

Do you really need 64 bit compilation now?

Offline

#4 2011-09-25 16:42:58

RalfS
Member
Registered: 2011-07-11
Posts: 57

Re: Synopse PDF Engine 1.15

Yep. I think the main problem are the two zlib obj files which are needed in 64 bit style too.

Offline

#5 2011-09-26 06:14:02

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: Synopse PDF Engine 1.15

One easy workaround is just to use zlib instead of SynZip.
But I'm not sure every needed function is there.

We can recompile the obj files using Visual C++ in 64 bit mode for SynZip.

Offline

Board footer

Powered by FluxBB