Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DllNotFoundException #12

Open
GoogleCodeExporter opened this issue Mar 31, 2015 · 1 comment
Open

DllNotFoundException #12

GoogleCodeExporter opened this issue Mar 31, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

I've compiled the ffmpegSharp dll with monodevelop and I've put it in Unity3d, 
then the code:
MediaFile file = new MediaFile( filePath );

Give me this error runtime:

DllNotFoundException: avformat-52.dll
FFmpegSharp.MediaFile..cctor ()
Rethrow as TypeInitializationException: An exception was thrown by the type 
initializer for FFmpegSharp.MediaFile

I've tried to add that dll to the project too but it's not mono-compatible, so 
monodevelop doesn't see it.

What should I do to get things working?

I'm running Unity3d pro on Windows 7 64bit

Original issue reported on code.google.com by willyru...@gmail.com on 11 Sep 2012 at 1:14

@GoogleCodeExporter
Copy link
Author

maybe i've found my problem... In unity3d you can't use a dll inside another 
dll.. is there a way to separate them and have them be on the same level?

Original comment by willyru...@gmail.com on 11 Sep 2012 at 1:24

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant