Re: [fpc-devel] macosx_version_min has been renamed to -macos_version_min

2024-11-02 Thread Zoë Peterson via fpc-devel
> Unfortunately, I now get > > ld: unknown option: -macos_version_min > > when building fpc from trunk on Mac OS 10.14. FPC should use one or the other based on the version of macOS or Xcode that you’re compiling on, not the minimum version you’re targeting. — Zoë Peterson Scooter Software___

Re: [fpc-devel] "class of TFoo".Create

2025-07-06 Thread Zoë Peterson via fpc-devel
> I would personally call that unusual at best What do you two expect this construct to do that you think the current behavior is wrong? It’sobviously correct and expected to me as a fundamental part of Object Pascal’s polymorphism. Constructing an object from a class reference is the entire