Page 1 of 1

ZCompatibility and TByteDynArray

Posted: 17.04.2009, 19:31
by personalsoft_fabiano
TByteDynArray is declared as a type in the unit ZCompatibility, what makes the methods where it is used incompatible with Delphi´s TByteDynArray, declared in Types.

I tried to find out the first Delphi version where TByteDynArray was included and couldn´t discover, but it is present at least since D6, so since new Zeos versions support from D7 up, i think we should remove this type and use Delphi´s type instead.

I´m downloading and installing Lazarus, to see if this type is declared there also.

Regards,

Fabiano

Posted: 17.04.2009, 20:52
by mdaems
This one's done already in http://fisheye2.atlassian.com/changelog ... ore?cs=563
The change will not be backported to 6.6-patches branch, however. It's to experimental to me.

Mark