Am 12.10.2017 04:34 schrieb "Ryan Joseph" <r...@thealchemistguild.com>:
>
> I just built the ppcx64 trunk version 3.1.1 so I could try the memory
management operator overloads we talked about but I’m getting a compiler
error in my project that doesn’t make sense.
>
> On the last line of one unit (literally at end.) I get: error: identifier
idents no member “AbstractError”. What does this mean? There is just the
last line of the unit so presumably it occurred higher up but I don’t have
any other information to go on.

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 :/

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to