Problems in Chapt 9
OK... I've spent over 2 days on this problem, so I could really use some help.
I'm on Chapt 9, page 400 (Quicktime). I've modified the Slide.m and Slide.h files. I've also added the QuickTime framework to the project. Whenever I try to compile, I get errors on these 2 lines in the
Slide.m file../Users/thisUser/Documents/SlideMaster/Slide.m:19: error: 'GraphicsImportComponent' undeclared (first use in this function)
GraphicsImportComponent importer = NULL;
ImageDescriptionHandle imageDesc = NULL;
I've looked my code over a hundred times, made sure the <Cocoa/Cocoa.h> was hadd to Slide.h, but this thing just won't compile. Any suggestions?
To me it's starting to look like a compiler bug.
|