On Thu, Mar 22, 2018 at 11:14 AM, Ondrej Pokorny <laza...@kluug.net> wrote:

> Can somebody apply the patch at
>
> https://bugs.freepascal.org/view.php?id=33124
>
> it's nothing serious, only a missing Cocoa header definition.
>

It's better, if you declare those methods as an objccategory
in cocoa_extra.pas
In that case there would be no requirements regarding a certain FPC and/or
headers version for LCL to compile.

Also, please check if a class supports those methods before calling them.
Otherwise 10.7 would be the minimum macOS version required for LCL (afaik,
it's still 10.5 as of today)

Earlier versions might experience an error like shown in this thread:
http://forum.lazarus.freepascal.org/index.php/topic,40934.0.html

thanks
Dmitry
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to