I understand what you are suggesting, however I am not sure how I can:
dispatch the C function call into a matching ObjC
method invocation, i.e. pass it through to let your object handle it
using
the ObjC runtime system.
What do you mean by pass it through? Do you mean simply calling the
desired method in my controller class from the callback using the
pointer? Since the callback is a C function, can I even use the
[controllerclassinstance method:arg] format, or do I need to somehow
put it into Standard C syntax?
Thanks,
Juan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Usb mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/usb/email@hidden