#1 PDF Engine » Delphi 5 » 2010-11-30 16:12:15

jpcpro
Replies: 1

Is your toolkit available for Delphi5.

When i compile it i receive several errors, maybe you can help me to change the
code a little bit ?

P.E. :

   TFillMode = (fmAlternate=0, fmWinding);

Is this the same as

   TFillMode = (fmAlternate, fmWinding);

(Since in Delphi5 these are zerobased) ?

Board footer

Powered by FluxBB