Re: What happens if I use 10.3 functions on 10.2?
Re: What happens if I use 10.3 functions on 10.2?
- Subject: Re: What happens if I use 10.3 functions on 10.2?
- From: Clark Cox <email@hidden>
- Date: Thu, 29 Jul 2004 08:15:28 -0400
On 7 29, 2004, at 8:02, Felipe Baytelman wrote:
>
What happens if I use a 10.3 available function, like
>
getSelectedRowIndexes (for NSTableView), if my app is being runned in
>
10.2?
Anytime you attempt to call a method that doesn't exist, an
NSInvalidArgumentException will be thrown.
>
Will the compiled code work anyway?
No, it won't.
>
Or I'll have to check the user OS version?
Yes (or at least the version of the AppKit framework)
--
Clark S. Cox III
email@hidden
http://www.livejournal.com/users/clarkcox3/
http://homepage.mac.com/clarkcox3/
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.