From the Quicktime 7 for Windows update guide (http://
developer.apple.com/documentation/QuickTime/Conceptual/
QT7Win_Update_Guide/index.html), as part of the documentation for
NewMovieFromProperties():
If no data location property is specified, then this function will
behave like NewMovie, creating an empty movie. Thus
NewMovieFromProperties(0, nil, 0, nil, &movie) is functionally
equivalent to movie = NewMovie(0).
here are 2 lines of code :
Movie mov;
NewMovieFromProperties( 0, nil, 0, nil, &mov);
it works on the Mac, but crashes on Windows, in Visual Studio 2005,
with an unhandled exception "Access violation reading location
0x00000010".
has anyone had this problem before?
I doubt I'm doing anything wrong here, but if I am, I'd love to know.
Thanks,
Carl
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-API mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40apple.com
This email sent to email@hidden