Skip navigation.
 
mlRe: Archived QTMovieViews on 64-bit?
FROM : Tim Monroe
DATE : Tue Nov 27 18:11:47 2007

On Nov 26, 2007, at 10:08 PM, Nick Zitzmann wrote:

> Long question: I've been experimenting with QTKit and 64-bit. I have a
> nib that has a QTMovieView that loads correctly when the application
> is run as a 32-bit app, but when it is run as a 64-bit app, then while
> the nib is being decoded, the following exception is raised:
>
> *** -[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of
> class (QTMovieContentView)


I think you can prevent this from happening by removing the 
QTMovieView object from your nib file and then adding it back in and 
restoring any connections it has to other objects in the nib. Your 
description leads me to believe that the nib file is fairly old.

If this does *not* work, let us know.


Tim Monroe
QuickTime Engineering

Related mailsAuthorDate
mlArchived QTMovieViews on 64-bit? Nick Zitzmann Nov 27, 03:01
mlRe: Archived QTMovieViews on 64-bit? Shawn Erickson Nov 27, 16:49
mlRe: Archived QTMovieViews on 64-bit? Tim Monroe Nov 27, 18:11
mlRe: Archived QTMovieViews on 64-bit? Nick Zitzmann Nov 27, 23:48
mlRe: Archived QTMovieViews on 64-bit? Nick Zitzmann Nov 28, 00:21
mlRe: Archived QTMovieViews on 64-bit? Tim Monroe Nov 28, 02:36