-
Notifications
You must be signed in to change notification settings - Fork 93
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
Crash in 64 bits version #39
Comments
Thank you very much ! |
Yep, I came up to that thread as well, but I checked what they say and all my DLLs for OpenCV, FFMPEG and Pthread are in 64 bits :( So maybe I missed other DLLs that I don't know. |
Good day, I was wondering if you were able to compile the cvdrone library for x64 in visual studio? |
No I gave up :( |
I think I found the solution. There seems to be an issue with the Linker Manifest File. After I turn that off I don't get the error. Now since I don't have the drone with me I can't test it, however I do get an error that it can't connect to the drone. I'll post if I am able to get it working in two days once i have access to the drone. |
I was able to run cvdrone on x64 and it was tested with the drone. |
Hello,
An issue is coming from a switch from 32 bits to 64 bits.
Here what I did to make you able to reproduce the issue:
I did these steps with both Visual Studio 2012 and 2015 to get the below error:
Regards.
The text was updated successfully, but these errors were encountered: