Re: Finding process path from Cocoa?
Re: Finding process path from Cocoa?
- Subject: Re: Finding process path from Cocoa?
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 9 Dec 2009 16:21:11 -0700
On Dec 9, 2009, at 4:11 PM, Laurent Daudelin wrote:
> FSSpec is not supported but FSRef still is? I just checked the documentation but it's not clear that FSSpec is not ported (or deprecated?). Does deprecated means it possibly won't be ported to 64-bit?
I think the FSSpec structure is actually still defined in the 64-bit headers, but all the APIs that actually used it were removed, rendering it quite useless. FSRef is still used by a lot of APIs despite the big URL push in Snow Leopard, so it's still in the 64-bit libraries.
> It's not clear what structures are deprecated or not from the Xcode documentation, anybody has a link?
Unless the documentation specifically labels a function or method or data structure as "not available in 64-bit", it is available for both PPC64 and X86-64.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden