Serge Lages schrieb: > Hi all, > > I would like to know if anyone is using with success the Quicktime plugin on > Windows ? Currently when I try to play a video I have this error : > MovieData :: NewMovieFromProperties failed with err -43 > > It seems that the function NewMovieFromProperties is called with the > parameter _movie to NULL, but if I read this doc : > http://www.monen.nl/DevDoc/documentation/QuickTime/Reference/QTRef_MovieManager/Reference/reference.html#//apple_ref/c/func/NewMovieFromProperties > > It seems that the Movie parameter needs to be allocated. Am I missing > something ?
I am using similar code on windows and it works for me. Note the cited documentation: "theMovie A pointer to a variable that receives the new movie." NewMovieFromProperties will create a new movie-object and return it via theMovie. What movie type do you want to play? Have you tried other types? I'll try to test the qt-plugin.. cheers, Stephan _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

