That did the trick, thanks a lot. Seems like I need to review a few concepts
here.
-Ursprüngliche Nachricht-
Von: chaitanya pandit [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 26. September 2008 12:25
An: Tilo Villwock
Cc: cocoa-dev@lists.apple.com
Betreff: Re: objc_msgSend_ptr
if your
:
object = (id)[[files objectAtIndex:rowIndex] sizeOfFile];
or at least an error occurs i cannot figure out. In the debugger the
last item on top of the stack is something like "objc_msgSend_ptr".
Now "files" here is an instance of NSMutableArray and the method
"sizeOf
. For some reason i
cannot assign:
object = (id)[[files objectAtIndex:rowIndex] sizeOfFile];
or at least an error occurs i cannot figure out. In the debugger the
last item on top of the stack is something like "objc_msgSend_ptr".
Now "files" here is an instan