[Lazarus] Can't compile trunk with fpc 2.4.5 under ubuntu

Michael Schnell mschnell at lumino.de
Tue Feb 28 14:00:23 CET 2012


On 02/28/2012 10:24 AM, Sven Barth wrote:
> Am 28.02.2012 08:22, schrieb Michael Schnell:
>>
>>
>> In my projects I usually do something like "Type ByteString =
>> AnsiString" for a future migration :) .
>
> type
>   TByteArray = array of Byte;
>
???

array of Byte <> AnsiString.

You can't do "+", there is not TByteArrayList, ...

-Michael




More information about the Lazarus mailing list