Joel Ahlgren
Joel Ahlgren
I'm unable to reproduce the error, but your code snippet also seems incomplete - if you're calling BeginExtractArchive you'll need to ensure it's finished before continuing. The error you're getting,...
7z 9.22 is almost 7.5 years old, I'd try with 18.05 (which is the only one I'll attempt to support, until a newer version is released). I'd also suggest using...
It looks like there's an actual problem with doing asynchronous extraction from a stream (it seems the archive is never extracted), I'll look into it in a while. In your...
So I'm still not happy about exposing so many internals to support this solution. Given the fact that the documentation for ExtractFiles (with callback) states `7-Zip (and any other solid)...
To my knowledge there's no clean way to abort an ongoing file extraction.
While I'm by no means an expert on 7z, I don't believe there's a way to extract only a given set of bytes from an archive... As SevenZipSharp looks right...
First, you'll need to provide a 7z.dll yourself, correct. There are two dll's in the repository (x86 and x64) you could download and use. Either place it in the same...
For what it's worth, I'm getting the same errors on my computer - so something's definitely gone wrong. Most errors are throwing out HRESULT 0x80131502, pointing to `COR_E_ARGUMENTOUTOFRANGE`. Sorry that...
Sorry, yes this was on your branch. The tests run fine on dev (but there are other problems with building that branch, that I will fix shortly).
I've left the copyright as-is from when I forked, and I have no intention of changing this. The only requirement I'm aware of for using SevenZipSharp is to include the...