rikyoz / bit7z

A C++ static library offering a clean and simple interface to the 7-zip shared libraries.
https://rikyoz.github.io/bit7z
Mozilla Public License 2.0
602 stars 110 forks source link

[Feature Request]: VS2010 #220

Closed zpjjimmie closed 2 weeks ago

zpjjimmie commented 3 weeks ago

Feature description

If I Want Use it in VS2010, which version of code should I use (because it support msvc2015 or later, but I want to compile code myself in vs2010)

Additional context

No response

Code of Conduct

rikyoz commented 3 weeks ago

Hi! The last version of bit7z that supported VS2010 was the v2.1.0. Please note that the API of this version of the library is slightly different from the latest v4, as the API has changed over time and many features have been added since its release.

zpjjimmie commented 3 weeks ago

Hi! The last version of bit7z that supported VS2010 was the v2.1.0. Please note that the API of this version of the library is slightly different from the latest v4, as the API has changed over time and many features have been added since its release.

Thank you for replay, I tried this version, but also can't compile, and the lib gived in this link is vs2015 alse, maybe have a older version?

rikyoz commented 2 weeks ago

As far as I can remember, v2.1.0 should compile. Unfortunately I don't have access to a system with VS2010 to check why it doesn't compile. The v2.0.0 should also compile, as this version added support for MSVC 2010 and 2012. Unfortunately, at the time I only provided precompiled versions of the library for MSVC 2015.