-
Notifications
You must be signed in to change notification settings - Fork 187
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
App broken with msvc compiler in last version #56
Comments
Can you post the error log? |
Sure, this is my compile output (I do not know if this is the correct way of posting logs or not):
|
I would try to remove the AESNI code. It seems your compiler doesn't like the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using a machine with windows 10 installed and using Qt v15.5.2 with msvc x64 compiler.
Since last updates, it is used mingw macros I think for speeding up the thing, but now msvc is not supported.
Tested also with 1.0 version and the app is compiled under my system.
The text was updated successfully, but these errors were encountered: