Hello,
I have recently updated from Mac OS X 10.5 to 10.6 (snowleopard), and have found that some of my AUs depend on files that no longer exist.
Specifically, I have an AU that uses a Carbon-based view. The custom view I created inherited from GenericAUView. However, in 10.6 it seems that GenericAUView.h no longer exists. Is this in fact true? And if so, what are the recommended steps to achieve the functionality I had with my custom view?
Also, a related question: where is working example code that would be helpful to look at? Previously I learned about custom views by
looking at CoreAudio Example code, for example, DiagnosticAUs; however, after upgrading to 10.6, I get an error whenever I try to open a project under /Developer/Examples/CoreAudio, namely: "Unable to Open Project...Project cannot be opened because it is missing its project.pbproj file".
Thanks, George
|