Humm, Yup you are right. I was chatting with Ken Thomases earlier today and he was talking about QTKit and how it is only Objective-C and the next step beyond QuickTime. I had not realized that there where no 64 bit versions of the Quicktime framework.
I think we are stuck. Since we are using the Carbon framework not Cocoa we don't really have access to QTKit. We may as well use Quicktime since it is still available.
-aric
On 12/2/10 8:10 PM, Charles Davis wrote:
On 12/2/10 7:06 PM, Aric Stewart wrote:
That was true of the first set of APIs i used. But I believe the ICMDecompressionSession APIs are available on 64-bit and not deprecated.
chips-computer:/System/Library/Frameworks/QuickTime.framework chip$ nm -arch x86_64 QuickTime nm: file: QuickTime does not contain architecture: x86_64 chips-computer:/System/Library/Frameworks/QuickTime.framework chip$
Chip