Skip navigation.
 
mlRe: NSInvocation problem - "NSView not correctly initialized"
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

Related mailsAuthorDate
mlNSInvocation problem - "NSView not correctly initialized" Robert Nikander Nov 5, 05:07
mlNSInvocation problem - "NSView not correctly initialized" Gorazd Krosl Nov 5, 16:15
mlRe: NSInvocation problem - "NSView not correctly initialized" Clark Cox Nov 5, 16:43
mlRe: NSInvocation problem - "NSView not correctly initialized" Robert Nikander Nov 5, 17:17
mlRe: NSInvocation problem - "NSView not correctly initialized" Shawn Erickson Nov 5, 18:37
mlRe: NSInvocation problem - "NSView not correctly initialized" Robert Nikander Nov 5, 19:17