We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello, how can I use functions of 7zip in VS2019(Windows) ?
The text was updated successfully, but these errors were encountered:
Clone and use the cmake file to generate your .sln? should work in theory
Sorry, something went wrong.
Follow the instruction but instead of "cmake -G "Visual Studio 15 2017 Win64" ../" use "cmake -G "Visual Studio 16 2019" -A x64 ../".
But in my case, I had to change in "Enum.h" line 73 from "string.Compare" to "string.compare" otherwise it would not have compiled.
No branches or pull requests
hello, how can I use functions of 7zip in VS2019(Windows) ?
The text was updated successfully, but these errors were encountered: