You are not logged in.
Pages: 1
Thanks, ab! I tried that and the result was the same.
Any other thoughts? Anyone?
Hi!
I'm new to mormot2 and hence to this forum.
When trying to compile the source code with Delphi 7 I keep on getting this error:
[Fatal Error] mormot.core.data.pas(5801): Internal error: C13081
The error points me to:
function _BC_Ord(A, B: pointer; Info: PRttiInfo; out Compared: integer): PtrInt;
begin
result := RTTI_ORD_COMPARE[Info^.RttiOrd](A, B, Info, Compared);
end;
^ right here
But to me this smells like something not related to the code. The error comes when the compilation slitghly exceeds 79k lines. I have searched the internet for the C13081 internal error just to see that the error is pretty rare and the posts I've found cast no light.
Any help or recommendation will be appreciated.
Thanks!
Pages: 1