7zip-cpp
7zip-cpp copied to clipboard
To use it in VS2019
hello, how can I use functions of 7zip in VS2019(Windows) ?
Clone and use the cmake file to generate your .sln? should work in theory
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.