Re: dynamic resolution
Re: dynamic resolution
- Subject: Re: dynamic resolution
- From: Alastair Houghton <email@hidden>
- Date: Mon, 31 May 2010 18:41:31 +0100
On 31 May 2010, at 14:03, Rafael Cerioli wrote:
> I guess you need the framework libobjc.A.dylib for that stuff.
1. That's a dylib (aka DLL, aka shared object), not a framework.
2. Since you're using Objective-C, that library is already going to be linked with your program (it's the Objective-C runtime, and just like the C++ standard library and the C runtime, it is linked with your program automatically by the compiler).
The problem is a header file, as others pointed out.
Kind regards,
Alastair.
--
http://alastairs-place.net
_______________________________________________
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