Re: CoreVideo101 Error when porting to new Cocoa project

2009-12-17 Thread Rob Keniger
On 18/12/2009, at 10:41 AM, Travis Kirton wrote: > In XCode I've started a new project, as a cocoa application (i.e. > appdelegate) and copied the headers / files, adapted a new XIB file to > mirror the one available in the tutorial project... Have you added the required frameworks to your target

CoreVideo101 Error when porting to new Cocoa project

2009-12-17 Thread Travis Kirton
Hi, I'm working with the Core Video frameworks. I've taken the QTCoreVideo101 example (available from dev.apple) and modified it slightly (removing some code that I don't need). Instead of building off of this stripped project, I want to start a new project and incorporate the code I've adapted.