• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: playing a quicktime movie in a QTMovieView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >playing a quicktime movie in a QTMovieView (From: Ivan Kourtev <email@hidden>)
 >Re: playing a quicktime movie in a QTMovieView (From: Roland Torres <email@hidden>)
 >Re: playing a quicktime movie in a QTMovieView (From: Ivan Kourtev <email@hidden>)
 >Re: playing a quicktime movie in a QTMovieView (From: Roland Torres <email@hidden>)
 >Re: playing a quicktime movie in a QTMovieView (From: Ivan Kourtev <email@hidden>)

  • Prev by Date: Re: Re: Fwd / Rdw in QTMovieView
  • Next by Date: outlets to multiple views (NSView)
  • Previous by thread: Re: playing a quicktime movie in a QTMovieView
  • Next by thread: Re: playing a quicktime movie in a QTMovieView
  • Index(es):
    • Date
    • Thread