On Wednesday, 6. October 2010 13.49:59 José Mejuto wrote:
> Hello FPC,
>
> I think I can see your point, but from the "end user" point of view
> this is not a possibility. How to tell to the user, "Remeber you must
> call beginglobal... and notifyglobal... and finally endglobal... when
> you create
Hello FPC,
Wednesday, October 6, 2010, 8:37:44 AM, you wrote:
>> Yes, but it is not set, because BeginGlobalLoading is not called at
[...]
MS> Avoid circular component references in the forms and adjust the creation
order
MS> that the referencing forms are created later or use
[...]
MS> Lazarus:
Am 06.10.2010 05:57, schrieb Adem:
I did a global search on trunk\compiler and found the following numbers:
GetMem(): 212 hits
FillChar(): 362 hits
[...]
---
More hit data:
fpc/trunk/packages/
GetMem(): 1464 hits
FillChar(): 608 hits
trunk/lazarus/
GetMem(): 522 hits
FillChar():
Am 06.10.2010 05:57, schrieb Adem:
> I did a global search on trunk\compiler and found the following numbers:
>
> GetMem(): 212 hits
> FillChar(): 362 hits
>
> I haven't checked any other fpc folder, but I am sure those figures
> would multiply.
>
> What I did notice was that GetMem() and FillC