-
Notifications
You must be signed in to change notification settings - Fork 704
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
How to build for windows 10 ? Many errors. #39
Comments
|
@DefTruth Hi, even Visual Studio 2019 I have same error as above ? Is there any one solved this problem ? |
Hi all, to build this code on Windows, adjust this line: lite.ai.toolkit/ort/core/ort_utils.h Line 137 in 6614406
replace the to fix the errors:
change the lines from:
to
Then clear the post build event in the project properties. That's it! |
|
Hi I have a lot of errors when try to build on windows 10 with Qt (cmake and mingw64-make)
If there is precompiled DLL fow windows10 64 / 32 bit it would be perfect :)
The text was updated successfully, but these errors were encountered: