Re: Screensaver won't run on 10.6 even after porting to 64-bit
Re: Screensaver won't run on 10.6 even after porting to 64-bit
- Subject: Re: Screensaver won't run on 10.6 even after porting to 64-bit
- From: Ben Haller <email@hidden>
- Date: Sun, 11 Oct 2009 17:57:08 -0400
On 11-Oct-09, at 5:28 PM, Clark Cox wrote:
On Sun, Oct 11, 2009 at 1:55 PM, Ben Haller
<email@hidden> wrote:
Well, I imagine I'm going to need to use *something* GC-specific --
strong/weak declarations,
Not likely.
finalize methods, whatever.
Implementing finalize methods are actually quite rare; and even if you
do implement them, that won't prevent building for/running on 10.4.
I see that -finalize was available on 10.4 even though GC didn't
arrive until 10.5, so I would be able to call [super finalize]. I
guess Apple was planning ahead. :->
It's exceedingly unlike that whatever change you need to make will
render the code incompatible with 10.4.
...
Perfectly understandable. I'm just trying to assure you that the cases
in which you actually have to call GC-specific API is quite small, and
are usually relegated to edge-cases.
OK. Well, I guess I'll wait and see what changes I need to make to
support GC before I worry about this further. (See the post I'm about
to send in. :-> )
Thanks!
Ben Haller
Stick Software
_______________________________________________
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