On 07/03/2019 21:32, Fabio Luis Girardi wrote:
I'm trying to use the FPC 3.2.0 beta + Lazarus 2.0.1 with fpCEF3. But
when I try compile this package with FPC 3.2.0 I got this error:
Error: Local variables size exceeds supported limit
But the same package compiles fine with FPC 3.0.4 and 3.0.5
Hi Jonas!
Thanks by your feedback. Do you think that should I fill a bug report?
The datatype that throws this error is this (cef3types.pas:2416):
TCefCompositionUnderlineArray = array[0..(High(Integer) div
SizeOf(TCefCompositionUnderline)) - 1] of TCefCompositionUnderline;
The TCefCompositionU
On 09/03/2019 13:06, Fabio Luis Girardi wrote:
Thanks by your feedback. Do you think that should I fill a bug report?
That's up to you.
I think that 2GB on 64 bits a very conservative limit.
2GB stack space on is very large on any platform. Normally the heap is
used for large allocations.
Anthony Walter schrieb am Fr., 8. März 2019, 22:34:
> What registers are used by default calling convention and where can I find
> more information about Free Pascal asm details?
>
> When writing code using the asm block on Delphi in Windows, the default
> calling convention (fastcall) would pass
Em Sáb, 9 de mar de 2019 09:34, Jonas Maebe escreveu:
>
>
> r39916
>
Thanks. How fpcef3 isn't my project and I don't understood how it works (I
don't understand why a very large array is needed), I'll switch back to a
previous revision number and wait the FPC 3.2 to be released. After that
I'll