[SOLVED] Re: Undefined lookup, ObjC, and 64-bit
[SOLVED] Re: Undefined lookup, ObjC, and 64-bit
- Subject: [SOLVED] Re: Undefined lookup, ObjC, and 64-bit
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 12 May 2008 21:04:40 -0600
On May 12, 2008, at 1:31 PM, Jean-Daniel Dupas wrote:
Unlike the 32 bits runtime, the 64 bits runtime respects class
symbols visibility.
If you do not export the class symbol, you cannot use it from an
other binary (just like with C or C++ functions and classes).
Thank you. Since more than a few symbols needed to be un-hidden, I
found that compiling with the C flag "-fvisibility=default" did
everything I needed.
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