Re: playing a quicktime movie in a QTMovieView
Re: playing a quicktime movie in a QTMovieView
- Subject: Re: playing a quicktime movie in a QTMovieView
- From: Uli Kusterer <email@hidden>
- Date: Sat, 21 Oct 2006 11:32:34 +0200
Am 17.10.2006 um 03:30 schrieb Ivan Kourtev:
I finally felt like I was getting somewhere when I tried
movieWithAttributes:error: and ZeroLink complained that
_QTMovieFileNameAttribute was an unknown symbol. So I think the QT
framework is not linked. How is that possible if I personally put
the QuickTime.framework in the Link Binary with Libraries build phase?
Unless you badly need fix and continue or you have an incredibly
large project, turn off ZeroLink. Your sleep will be much sounder
because you'll get proper error messages.
In your case, I guess what happened is that QTMovie didn't get
linked, didn't get loaded and thus got set to Nil. And sending a
message that returns an object to Nil gives you nil. At least that's
my guess. It's kinda unusual that ZeroLink would weak-link a symbol
in that way, and not show an error message when methods from that
library are used, but lots of odd things happen with ZeroLink.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden