#1 Re: Delphi » Internal error C13081 when compiling with Delphi 7 » 2023-06-06 09:27:50

Thanks, ab! I tried that and the result was the same.

Any other thoughts? Anyone?

#2 Delphi » Internal error C13081 when compiling with Delphi 7 » 2023-06-05 14:40:24

razzmatazz
Replies: 6

Hi!

I'm new to mormot2 and hence to this forum. smile

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!

Board footer

Powered by FluxBB