[fpc-devel] Request for applying patch #33124

Dmitry Boyarintsev skalogryz.lists at gmail.com
Thu Apr 19 20:30:51 CEST 2018


On Thu, Mar 22, 2018 at 11:14 AM, Ondrej Pokorny <lazarus at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20180419/960ca508/attachment.html>


More information about the fpc-devel mailing list