• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: dynamic resolution
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dynamic resolution


  • Subject: Re: dynamic resolution
  • From: Jean-Daniel Dupas <email@hidden>
  • Date: Mon, 31 May 2010 15:11:10 +0200

You have to include objc runtime header to use runtime methods.

#include <objc/runtime.h>

Le 31 mai 2010 à 15:03, Rafael Cerioli a écrit :

> Hi,
>
> I guess you need the framework libobjc.A.dylib for that stuff.
>
>
> Rafael
>
> Le 31 mai 2010 à 08:45, Louis-Philippe a écrit :
>
>> Hi,
>>
>> I am trying to add dynamic class methods to a class,
>> I implement:
>>
>> @implementation MyClass
>>
>> + (BOOL)resolveClassMethod:(SEL)sel
>> {
>> if (sel == @selector(MySel)) {
>> class_addMethod(R3DSDKMeta.self, sel, (IMP)dynamicMethodIMP, "*@:");
>> return YES;
>> } else {
>> return NO;
>> }
>>
>> }
>>
>> NSString* dynamicMethodIMP(id self,SEL _cmd) {
>> return @"OK!";
>> }
>>
>> @end
>>
>> and get a:
>>
>> "class_addMethod was not declared in this scope"
>>
>> I tried for a few hours to debug this, but I am puzzled...
>> any ideas?
>> _______________________________________________
>>
>> 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
>
> _______________________________________________
>
> 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

-- Jean-Daniel




_______________________________________________

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

References: 
 >dynamic resolution (From: Louis-Philippe <email@hidden>)
 >Re: dynamic resolution (From: Rafael Cerioli <email@hidden>)

  • Prev by Date: Re: dynamic resolution
  • Next by Date: NSNetService - send data to printer
  • Previous by thread: Re: dynamic resolution
  • Next by thread: Re: dynamic resolution
  • Index(es):
    • Date
    • Thread