| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x66903190
Function=[Unknown.]
Library=(N/A)
NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions.
I also have Visual Studio 6.0 and .net installed.
Does anyone have an idea why this is crashing?
import
quicktime.*;import
quicktime.io.*;import
quicktime.std.*;import
quicktime.std.movies.*;import
quicktime.std.movies.media.*;
public
class playit2 { private Movie m;public
void createNewMovieFromFile (String thePath) { try {QTFile theFile =
new QTFile(thePath);m = Movie.fromFile(OpenMovieFile.asRead(theFile));
**** CRASH HERE ***
int j = m.getDuration() ;System.out.println (
"duration = " + j);}
catch (QTException err) {err.printStackTrace();
}
}
Thanks,
David Carroll
email@hidden
_______________________________________________ Do not post admin requests to the list. They will be ignored. QuickTime-java mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quicktime-java/email@hidden This email sent to email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.