[fpc-devel] referenced properties vs value properties

2011-09-21 Thread Skybuck Flying
I think the Delphi language has a little problem when it comes to properties. I consider C/C++ to be a value language or maybe even a const language where addresses of classes and fields are constant or hard coded into instructions. While Delphi is more of a reference language or pointer

Re: [fpc-devel] referenced properties vs value properties

2011-09-21 Thread Hans-Peter Diettrich
Skybuck Flying schrieb: I think the Delphi language has a little problem when it comes to properties. I consider C/C++ to be a value language or maybe even a const language where addresses of classes and fields are constant or hard coded into instructions. While Delphi is more of a reference

Re: [fpc-devel] referenced properties vs value properties

2011-09-21 Thread Martin
On 20/09/2011 13:21, Skybuck Flying wrote: The problem with properties currently is that it does not allow partial modification of records or arrays, when a property is of type record or array it's a everything or nothing situation, either the entire record/array is overwritten/returned or

Re: [fpc-devel] ARM native compilation (Toshiba AC100)

2011-09-21 Thread Henry Vermaak
On 20 September 2011 12:18, Henry Vermaak henry.verm...@gmail.com wrote: On 20 September 2011 11:55, Sash0k vodka_pl...@mail.ru wrote: So, what can I do next? My goal is get stable fpc + mseide for Toshiba AC100 device. I've built fpc trunk successfully on my AC100.  I will check which