Re: NSInvocation problem - "NSView not correctly initialized"
Re: NSInvocation problem - "NSView not correctly initialized"
- Subject: Re: NSInvocation problem - "NSView not correctly initialized"
- From: "Shawn Erickson" <email@hidden>
- Date: Mon, 5 Nov 2007 09:37:42 -0800
On 11/5/07, Robert Nikander <email@hidden> 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
_______________________________________________
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