Re: [NSInvocation setReturnValue:] crash!
Re: [NSInvocation setReturnValue:] crash!
- Subject: Re: [NSInvocation setReturnValue:] crash!
- From: Ondra Cada <email@hidden>
- Date: Fri, 24 May 2002 22:57:41 +0200
On Friday, May 24, 2002, at 10:27 , John Haney wrote:
(bycopy BOOL). Removing the bycopy
made things work just fine.
The documentation descriptions didn't suggest any
problem with adding this restriction.
Are there any guidelines I should follow for using
bycopy, byref, etc.?
Unless the description was somehow extended from times when I've learnt it,
then using any of them with BOOL does not have any sense. Bycopy/byref is
for objects only; in/out/inout for generic pointers.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.