On Nov 5, 2010, at 3:01 PM, Andy O'Meara wrote:

> I'm having an issue with using objc_registerThreadWithCollector() under 
> earlier versions of OS X. 10.4 cancels my app load because it can't resolve 
> that symbol at dynamic link time, so I'm trying to figure out how to fetch 
> the symbol address by name.  Of course, if the symbol isn't present then it 
> won't be called.  I have to be able to build and ship a binary that works 
> under 10.4 so I can't just make the min OS version 10.6 at build time.
> 
> Can you suggest or point me toward a snippet that demonstrates a 
> Cocoa-resident symbol lookup?

Tiger and earlier won't be able to resolve any GC symbols because the garbage 
collector is not available in Tiger. If you want to use or support GC, you must 
target Leopard or later.

Nick Zitzmann
<http://www.chronosnet.com/>

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to