getnamo / 7zip-cpp

Fork of SevenZip++ for modern builds.
Other
224 stars 94 forks source link

Fixed various issues and added a test file + application #4

Closed keithjjones closed 8 years ago

keithjjones commented 8 years ago

Here is some work I put into this library. Currently, the lister is not working. I am trying to get it working. The following line (91) returns zero within "SevenZipLister:;ListArchive":

archive->GetNumberOfItems(&numItems);

Any ideas?

keithjjones commented 8 years ago

New pull request submitted with working code.