Skip to content

Internal error 200211262

program ie200211262;

function func(v: pointer): string; inline;
begin
end;

label lab;

begin
  lab:
  func(@lab); // app.lpr(11,3) Error: Internal error 200211262
end.

This is fine:

program ie200211262;

function func(v: pointer): string; inline;
begin
end;

label lab;
var p: pointer;

begin
  lab:
  p := @lab;
  func(p);
end. 
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information