From: Duncan M. <du...@on...> - 2009-07-06 09:15:31
|
On 2 Jul 2009, at 14:36, Scott Thompson wrote: > Is the crash due to that the bridging of that particular call... > That is to say, if you were to use something like an NSInvocation to > avoid the bridge does that allow you to work around the crash? Sorry for single-handedly keeping this list flowing. I've tried NSInvocation with no particular success. In order to see whether it is a fundamental problem I tried to drop right down to objc_msgSend, but can't work out how to reference the function. Is there some framework or bundle that I have to load in order to get the low-level C API? Cheers Duncan |