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

MSVC 2013 not working #13

Closed
ghost opened this issue Jul 25, 2018 · 4 comments
Closed

MSVC 2013 not working #13

ghost opened this issue Jul 25, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented Jul 25, 2018

const quint8 sbox[256] = {

Any ideas to fix this?

@bricke
Copy link
Owner

bricke commented Aug 2, 2018

What's the problem?

@ghost
Copy link
Author

ghost commented Aug 6, 2018

@bricke compiler error.

@bricke
Copy link
Owner

bricke commented Aug 7, 2018

I am not working on Windows, I need more information on the error.

@DoctorW00
Copy link

I can confirm that v1.1 won't compile on Windows MSVC 2013 c++11. Reason could be that you can't initialize a non-static array within the definition. Here is the exact compiler error:

d:\qt-aes_11\qaesencryption.h:112: Error: C2536: 'QAESEncryption::QAESEncryption::sbox' : cannot specify explicit initializer for arrays

Would be awesome if you can fix that in the next version. Cool project!

@ghost ghost closed this as completed Apr 28, 2019
This issue was closed.
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

2 participants