Re: QuickTime callbacks
Re: QuickTime callbacks
- Subject: Re: QuickTime callbacks
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 1 Jul 2001 21:44:09 +0100
On Sunday, July 1, 2001, at 09:04 pm, Candide Kemmler wrote:
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 ?
You can mix Carbon and Cocoa, yes. Well, QT isn't really Carbon. Well it
kind of is. Anyway, yes, you can mix and match Carbon and Cocoa by
calling Carbon API calls (which are C) from within your Cocoa Obj-C
source. However, you are using Java (IIRC) so you're going to have
problems. You'll probably have to write an Obj-C wrapper around the
Carbon call you're making and then use the java bridge. or something.
-- Finlay