Re: autorelease CGImageRef?
Re: autorelease CGImageRef?
- Subject: Re: autorelease CGImageRef?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Fri, 8 Aug 2008 16:23:07 +0200
Le 8 août 08 à 16:17, Thomas Engelmeier a écrit :
Am 07.08.2008 um 17:24 schrieb Chris Hanson:
This appears correct, except for the fact that, for reasons known
only to Apple, although CFMakeCollectable is available in 10.4,
the trivial NSMakeCollectable macro is available only in 10.5.
If you build with the Mac OS X 10.5 SDK, you should be able to use
NSMakeCollectable since it's declared as an inline function.
The earliest release of Mac OS X you're targeting is a function of
the Mac OS X Deployment Target build setting, not the SDK.
In theory:
- The Xcode 2.4 10.4 SDK allows deployment on ANY 10.4 version,
- The Xcode 2.5 / 3.x SDKs for 10.4 and 10.5 SDKs allow deployment
on recently updated 10.4 versions:
< http://www.tom-e.org/2008/04/pimp-my-xcode-sdk/>
Only as long as you set the deployment target to 10.4 of course.
An application compiled using 10.5 SDK and deployment target sets to
10.5 will not run on 10.4.
_______________________________________________
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