2009-02-14 08:46:45 UTC
Hi,
The last line of the following code:
NSImage *img;
/*
.... creating a nice image
*/
IconFamily *ifm = [IconFamily iconFamilyWithThumbnailsOfImage: img];
gives the following error on the console:
2009-02-14 08:58:23.693 IconTest[1132:813] *** -[_NSImageAuxiliary drawInRect:]: unrecognized selector sent to instance 0x1559b0
I'll appreciate any ideas how to fix this.