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

Error on Windows #2

Open
MyLabBook opened this issue Sep 30, 2020 · 0 comments
Open

Error on Windows #2

MyLabBook opened this issue Sep 30, 2020 · 0 comments

Comments

@MyLabBook
Copy link

When compiling on Windows 10 using CLion with the CMake files, I got an error in the ZipArchive.hpp because of the _mkdir call. I then added the following with the other #includes and it seemed to fix it.

#ifdef _WIN32
#include <direct.h>
#endif

Thanks for this code. Very nice.

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

1 participant