Re: Creating movie on background thread

2008-09-02 Thread j o a r
On Sep 2, 2008, at 1:14 AM, Roger Herikstad wrote: But I do need the Carbon headers to use the functions AttachMovieToCurrentThread, DetachMovieFromCurrentThread, etc, no? It doesn't seem like that's the case: "With Mac OS X 10.5 and QuickTime 7.3 or later installed, QTKit provides the f

Re: Creating movie on background thread

2008-09-02 Thread Roger Herikstad
Hi, But I do need the Carbon headers to use the functions AttachMovieToCurrentThread, DetachMovieFromCurrentThread, etc, no? I had to add the Quicktime framework to get access to these, after which Xcode complained that QuickTime.h is not 64 bit... ~ Roger On Tue, Sep 2, 2008 at 4:05 PM, j o a r

Re: Creating movie on background thread

2008-09-02 Thread j o a r
On Sep 2, 2008, at 12:55 AM, Roger Herikstad wrote: Since the Carbon stuff is not 64 bit Not correct: Some of it is, some of it isn't. Read the API reference documentation and release notes to figure out which is what. Besides, QTKit is a Cocoa framework. j o a r

Re: Creating movie on background thread

2008-09-02 Thread Roger Herikstad
Hi, Thanks for pointing that out. My application is 64 bit, though, as it needs to handle fairly large datasets. Since the Carbon stuff is not 64 bit, I'm basically in trouble. Does anyone know of a way around this? I guess an option would be to keep everything to the main thread, but I'd like to

Re: Creating movie on background thread

2008-09-01 Thread Quincey Morris
On Sep 1, 2008, at 21:50, Roger Herikstad wrote: Sorry for the cross-posting, but I thought my issue to relevant for both lists. I need to create an image sequence of some plots from a graphing application that i'm writing, and I would like to be able to do this on a background thread. Basically

Re: Creating movie on background thread

2008-09-01 Thread James Chen
signature that can be used to authenticate a contract or to other legal document. Thank you very much. > From: Roger Herikstad <[EMAIL PROTECTED]> > Date: Tue, 2 Sep 2008 12:50:19 +0800 > To: Cocoa , Quicktime QuickTIme > <[EMAIL PROTECTED]> > Subject: Creating movie o

Creating movie on background thread

2008-09-01 Thread Roger Herikstad
Hi lists, Sorry for the cross-posting, but I thought my issue to relevant for both lists. I need to create an image sequence of some plots from a graphing application that i'm writing, and I would like to be able to do this on a background thread. Basically, I ask my app to plot some signals on sc