Re: QuickTime callbacks
Re: QuickTime callbacks
- Subject: Re: QuickTime callbacks
- From: Joe Muscara <email@hidden>
- Date: Sun, 1 Jul 2001 16:33:42 -0500
Despite the fact that Apple hasn't provided a great way to access legacy
Mac stuff from Cocoa [BTW, why does the word Mr. Buck used make it
through the filter that's apparently on the list?], they have made it as
easy as pie to use Carbon calls in Cocoa programs. You "simply include
the proper headers [#include <Carbon/Carbon.h>] and the Carbon
frameworks in your project, and away you go!"
See "Cocoa_With_Carbon_or_C++" available at ADC for an example.
Joe
On Sunday, July 1, 2001, at 04:00 PM, Candide Kemmler wrote:
You will have to use the QuickTime features directly (through Carbon,
you could say..). Cocoa only has rudimentary QT support right now. I
don't know Java, and havn't used cocoa-java, so I dont know how using
Carbon works from Java...
Does it mean that I won't be able to use Cocoa (in which case I'm
definitely not going to use QuickTime...), or is it possible to mix
Carbon with Cocoa ?
Could you please tell me a bit more about this ?