Changes between Initial Version and Version 1 of Ticket #44125, comment 25


Ignore:
Timestamp:
Jul 10, 2015, 8:32:36 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44125, comment 25

    initial v1  
    66> I was aware of the function `respondsToSelector` in Cocoa. I wasn't aware of existence of "weak linking" for "regular code".
    77
     8{{{
    89if (&someSymbol) {
    910  someSymbol(...);
     
    1112  someOtherSymbol(...);
    1213}
     14}}}
    1315
    1416> So the following tutorial is semi-wrong about the need for using `-isysroot`?