On Fri, Feb 7, 2025 at 5:39 PM Bart <[email protected]> wrote: > D7 refuses to compile this code (even with "overload"), but D7 is a > little bit old...
Well, Delphi is a bit picky about the order: it must be "overload; virual;" (I had "virual; overload;") So, with that fixed, D7 compiles the code as well. -- Bart _______________________________________________ fpc-devel maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
