FROM : Shawn Erickson
DATE : Mon Nov 05 18:37:42 2007
On 11/5/07, Robert Nikander <<email_removed>> wrote:
> So what is different about calling through the NSInvocation that
> causes the error message?
As a test try sending a retain message to alloced object after each of
the following...
b = [NSButton alloc];
b = objc_msgSend(button_class, alloc_sel);
-Shawn
DATE : Mon Nov 05 18:37:42 2007
On 11/5/07, Robert Nikander <<email_removed>> wrote:
> So what is different about calling through the NSInvocation that
> causes the error message?
As a test try sending a retain message to alloced object after each of
the following...
b = [NSButton alloc];
b = objc_msgSend(button_class, alloc_sel);
-Shawn
| Related mails | Author | Date |
|---|---|---|
| Robert Nikander | Nov 5, 05:07 | |
| Gorazd Krosl | Nov 5, 16:15 | |
| Clark Cox | Nov 5, 16:43 | |
| Robert Nikander | Nov 5, 17:17 | |
| Shawn Erickson | Nov 5, 18:37 | |
| Robert Nikander | Nov 5, 19:17 |






Cocoa mail archive

