[Lazarus] cwstring in arm-linux

Michael Schnell mschnell at lumino.de
Fri Oct 21 09:43:31 CEST 2011


On 10/20/2011 09:42 PM, Felipe Monteiro de Carvalho wrote:
>
> Changing the size of Char is not just small detail, this breaks *a
> lot* of code. Any kind of memory operations such as Move will fail
> because the char size changed.
Of course you are right, but "move" and friends is "hardware-near 
programming" for this who know what they are doing. but basic (legacy) 
string operations like "myChar := myString[i]" is "office-level 
programming" and thus should work as a dummy expects.

-Michael




More information about the Lazarus mailing list