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

DLLs for UWP, x86 #9

Open
chrisstyll opened this issue Jul 8, 2021 · 3 comments
Open

DLLs for UWP, x86 #9

chrisstyll opened this issue Jul 8, 2021 · 3 comments

Comments

@chrisstyll
Copy link

Hello, I'm new to Unity and I'm trying to build for UWP, release, x86. I get a lot of errors that the dlls are x64 and it tells me that I need to recompile to x86 in order to work. How can i get the x86 dlls?
Thank you in advance!

@comoc
Copy link
Owner

comoc commented Jul 8, 2021

Hi, I've never created the DLLs for UWP, so I don't know if it will work, but to generate the DLLs you want, open TelloForUnity/TelloVideoDecoder/TelloVideoDecoder.sln in Visual Studio and try to build it.
Also, I think you need to generate the x86 version of the FFmpeg DLLs. Please see the FFmpeg's web site for more information.

@chrisstyll
Copy link
Author

chrisstyll commented Jul 9, 2021

I'm trying but I get a lot of errors. Can you give me some guidance on how to do that, please? I'm new to these kind of programming and I'm really lost.
Anyhow, your comment was really helpful, thanks a lot!

Edit: This is one of the errors that i get, I imagine this has to do with the ffmpeg libraries
"telloforunity\tellovideodecoder\tellovideodecoder\tellovideodecoder.cpp(18): fatal error C1083: Cannot open include file: 'libavformat/avio.h': No such file or directory"

@PepperXu
Copy link

I'm trying but I get a lot of errors. Can you give me some guidance on how to do that, please? I'm new to these kind of programming and I'm really lost. Anyhow, your comment was really helpful, thanks a lot!

Edit: This is one of the errors that i get, I imagine this has to do with the ffmpeg libraries "telloforunity\tellovideodecoder\tellovideodecoder\tellovideodecoder.cpp(18): fatal error C1083: Cannot open include file: 'libavformat/avio.h': No such file or directory"

sorry for bringing up this old issue. I am experiencing the exact same issue here. May I know if there is any existing solutions? many thanks!

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

No branches or pull requests

3 participants