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

To use it in VS2019 #42

Open
JT-Yu opened this issue Sep 19, 2019 · 2 comments
Open

To use it in VS2019 #42

JT-Yu opened this issue Sep 19, 2019 · 2 comments

Comments

@JT-Yu
Copy link

JT-Yu commented Sep 19, 2019

hello, how can I use functions of 7zip in VS2019(Windows) ?

@getnamo
Copy link
Owner

getnamo commented Sep 19, 2019

Clone and use the cmake file to generate your .sln? should work in theory

@wdznak
Copy link

wdznak commented Oct 29, 2019

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.

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

3 participants