On 27 Mar '08, at 6:10 PM, B.J. Buchalter wrote:
I am writing code that is linked to the 10.4u SDK. Does this mean that I need to release the string?
Yes.
What happens if my app is run under 10.5?
Cocoa detects that your code was linked with the 10.4 SDK and follows the old behavior. (Otherwise all apps that did do the right thing in the past would crash when run under 10.5.)
If I move to the 10.5 SDK, does that mean that I must NOT release the string?
Right. If you build your app for 10.5 then you need to start following the correct/new behavior.
—Jens
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
