You are not logged in.
You can start with the Trial version ...
For building the 64 bit obj files, Emba used the Microsoft SDK c compiler.
Can we expect synopse components for it?
And since logging is not mandatory for SynPDF (or even our ORM), we could just get rid of it via a conditional define.
Yes. I would like a solution with Defines. I wolud also like a One-File-Solution for SynPDF.pas, as far as possible.
RalfS wrote:Unfortunately some functions in SynCommon and SynLz etc. (used by SynPDF) have no PurePascal parts.
Which functions?
Even SynLZ has a pure pascal version for the compression/decompression.
SynLz:
SynLZcompress1asm
SynLZdecompress1asm
SynCommons:
CopyArray
SynRtlUnwind
TsynLog_Release
....
All asm parts have their own version in pure pascal.
Unfortunately some functions in SynCommon and SynLz etc. (used by SynPDF) have no PurePascal parts.
Is there a SynPDF for 64 bit planned? I am thinking about the assembler part which won't work on 64 bit platforms.
Hello,
I found that the packaging of synpdf.zip (1.14) is wrong.
SQLite3Pages.pas is not necessary
and
SynLz.pas is missing
to compile the PDF engine.
regards
Ralf