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) ?
Offline
I'm afraid your conversion to Delphi 5 won't work...
I was able to make it work perfectly with Delphi 6, but Delphi 5 bugs (in particular in the asm part) made it impossible to compile.
For your question, both TFillMode definition are the same.
Offline
Pages: 1