<p>Am 12.10.2017 10:37 schrieb "Ryan Joseph" <<a href="mailto:ryan@thealchemistguild.com">ryan@thealchemistguild.com</a>>:<br>
><br>
><br>
><br>
> > On Oct 12, 2017, at 12:59 PM, Sven Barth via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> wrote:<br>
> ><br>
> > AbstractError() is the name of the function the compiler uses to replace abstract methods with (so that they generate an exception when called). Thus something very strange is going on with your installation :/<br>
><br>
> Is there anything I can do to track it down? It has been there for 6 months now preventing me from upgrading (I was using 3.1.1 until I got this bad version and went back to 3.0.2). If I start removing parts of the program piece by piece I may be able to figure it out but that’s obviously a last resort and I’ve avoided it for 6 months now. ;)</p>
<p>Could you try whether a test program with an abstract method that you call compiles correctly?</p>
<p>Regards,<br>
Sven</p>