FROM : John Brownlow
DATE : Mon Apr 18 21:23:31 2005
Document based applications which depend on Coredata are going to have
a hard time doing anything if they are weakly linked.
On Apr 18, 2005, at 3:18 PM, Rosyna wrote:
> Even then, that's only if you don't take advantage of weak linking.
> Which is pretty trival to do.
>
> if (TigerOnlyFunction)
> TigerOnlyFunction("Hello!");
>
> Ack, at 4/18/05, Ali Ozer said:
>
>> If you use Tiger symbols or function calls (not methods or classes)
>> which are not appropriately weakly linked (they aren't declared as
>> AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER), your app might refuse to
>> launch at all.
>>
--
John Brownlow
Deep Fried Films, Inc
http://www.johnbrownlow.com
http://www.pinkheadedbug.com
DATE : Mon Apr 18 21:23:31 2005
Document based applications which depend on Coredata are going to have
a hard time doing anything if they are weakly linked.
On Apr 18, 2005, at 3:18 PM, Rosyna wrote:
> Even then, that's only if you don't take advantage of weak linking.
> Which is pretty trival to do.
>
> if (TigerOnlyFunction)
> TigerOnlyFunction("Hello!");
>
> Ack, at 4/18/05, Ali Ozer said:
>
>> If you use Tiger symbols or function calls (not methods or classes)
>> which are not appropriately weakly linked (they aren't declared as
>> AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER), your app might refuse to
>> launch at all.
>>
--
John Brownlow
Deep Fried Films, Inc
http://www.johnbrownlow.com
http://www.pinkheadedbug.com






Cocoa mail archive

