On 6/4/08 2:07 PM, Duncan Robertson said: >When trying to view a webpage in an app using WebKit I ran into an >unexpected problem viewing content that required a plugin (Flash in >this case). When NOT using garbage collection the plugin displayed >content as expected, but when garbage collection is activated, the >plugin only appeared as a blue question mark.
Probably. :( Any framework, bundle, or library used by a GC application must also support GC. So frameworks like Cocoa.framework are built as 'dual mode' meaning they can be linked into both GC and non-GC apps. Probably the flash plugin is not dual mode. -- ____________________________________________________________ Sean McBride, B. Eng [EMAIL PROTECTED] Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ 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]