Re: Use Cocoa in QL Generator

2009-07-15 Thread Kiel Gillard
Sorry, I thought I remember reading in the Quick Look documentation the steps required to write code with and link it against the Cocoa framework. Starting with a Quick Look Plugin Template in Xcode, - Choose from the menu bar Project Add to Project... and add the framework

Re: Use Cocoa in QL Generator

2009-07-15 Thread David Blanton
Yep, that's it ... and since I am using c++ as well my files are .mm On Jul 15, 2009, at 4:57 PM, Kiel Gillard wrote: Sorry, I thought I remember reading in the Quick Look documentation the steps required to write code with and link it against the Cocoa framework. Starting with a Quick

Use Cocoa in QL Generator

2009-07-14 Thread David Blanton
I want to use Cocoa calls in my GenerateThumbnailForURL what do I ahve to do to use Cocoa ? ___ 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

Re: Use Cocoa in QL Generator

2009-07-14 Thread Kiel Gillard
Read the documentation: http://devworld.apple.com/documentation/UserExperience/Conceptual/Quicklook_Programming_Guide/Introduction/Introduction.html The samples there use Cocoa as well as CoreFoundation. On 15/07/2009, at 10:34 AM, David Blanton wrote: I want to use Cocoa calls in my