How to avoid warning with objc_msgSend
How to avoid warning with objc_msgSend
- Subject: How to avoid warning with objc_msgSend
- From: Ryan Norton <email@hidden>
- Date: Mon, 4 Oct 2004 17:11:27 -0700
Hi,
When I use objc_msgSend with something that doesn't exist on 10.2 but
exists on 10.3 on a 10.2 system, I get a "selector not recognized"
warning in the console every time I call it -
objc_msgSend(GetNSView(),@selector(getRectsBeingDrawn:count:),&rects,&co
untRects);
Is there something better to use in this circumstance than
objc_msgSend? Is there a way to turn off this warning? Or is an
#ifdef required in this circumstance?
Thanks,
RN
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden