Re: My bug or Apple's?
Re: My bug or Apple's?
- Subject: Re: My bug or Apple's?
- From: John Stiles <email@hidden>
- Date: Fri, 19 Nov 2004 14:59:58 -0800
The image cache is in cross-platform code.
The individual images are where Win32 and Mac diverge. (Win32 uses IJG
to load and BitBlt to draw, Mac uses NSImage.)
What difference does that make, though? What if it was a std::map? In
all honesty, I prefer C++ and STL to Objective-C. I use Objective-C to
write Cocoa code because I have to, not because I want to.
On Nov 19, 2004, at 2:54 PM, John C. Randolph wrote:
John,
Why is it that you're keeping these images in a TSHashTable instead
of an NSArray or an NSSet?
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden