Re: odd problems with NSData / OpenGL
Re: odd problems with NSData / OpenGL
- Subject: Re: odd problems with NSData / OpenGL
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 8 Dec 2009 17:03:02 -0700
On Dec 8, 2009, at 4:52 PM, Henri Häkkinen wrote:
> I was under the impression that automatic garbage collection was used in Mac OS X 10.5 and over, so retaining and releasing objects was handled automatically?
No; you have to turn it on in the application, for two reasons:
1. Tiger and earlier do not support loading apps/libraries/bundles with GC support, optional or not.
2. If you want to make an app with GC support, then all of its libraries & bundles must also have at least optional support for GC, or they won't load.
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