Changes between Initial Version and Version 1 of Ticket #44125, comment 25
- Timestamp:
- Jul 10, 2015, 8:32:36 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44125, comment 25
initial v1 6 6 > I was aware of the function `respondsToSelector` in Cocoa. I wasn't aware of existence of "weak linking" for "regular code". 7 7 8 {{{ 8 9 if (&someSymbol) { 9 10 someSymbol(...); … … 11 12 someOtherSymbol(...); 12 13 } 14 }}} 13 15 14 16 > So the following tutorial is semi-wrong about the need for using `-isysroot`?