On Sep 30, 2005, at 10:24 PM, Raffael Cavallaro wrote:
The point is to make clear that neither NSInvocation nor the
performSelector methods of NSObject allow one to dynamically
determine at runtime a selector that takes a variable number of
arguments.
To do *that* requires still deeper voodoo - you assemble an argument
list with the marg* macros, and pass the list to either objc_msgSendv
() or objc_msgSendv_stret(), depending on the return type.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden