You are not logged in.
Pages: 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) ?
Pages: 1