Hey all,
I have this app that constantly updates a series of thumbnails in the
background for a Cocoa view.
When I have less than, say, 40 items in there, there is no problem at
all.
If I add three times that many elements, CGImageSourceCreateWithURL
fails with error -11
Now, I know it's not a memory issue, since my app takes less than 70
megs of RAM (and I have no leak), and I know this is not a threaded vs
main thread issue, since it works beautifully up until that roughly
100-items-limit.
My trouble is -11 isn't documented. I found some info on a -15 (bad
param) with that function, but -11 is supposed to be
dsDisassemblerInstalled. Is MacsBug back in Leopard? ;)
Does anyone know what this error is about?
--
Zino
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]