<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Rafael Picanço via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Sa., 21. Okt. 2023, 02:50:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi everyone,<div><br></div><div>I am getting a strange error when compiling a project. I am really not sure what is going on, because it occurs sometimes, consistently in some lines of the code with calls to this static variable:</div><div>...</div><div>function NextID(ID : word) : word;<br></div><div>...</div><div>NextID(<a href="http://ContainerClass.SomeTypeInstance.ID" target="_blank" rel="noreferrer">ContainerClass.SomeTypeInstance.ID</a>)<br></div><div>...</div><div>type</div><div>  TSomeType = class(TSomeBaseClass)</div><div>  public</div><div>    ID : TTrialID; static;<br></div><div>  end;</div><div><br></div><div>I hit F9 again and then the project compiles with error.</div><div><br></div><div>Any suggestions? Should I care about this error and report it??</div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">An exception or an internal error during compilation should *always* be reported.</div><div dir="auto">Please also provide a minimal, self contained example that shows the problem. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>