kanryu / quickviewer

A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
https://kanryu.github.io/quickviewer/
GNU General Public License v3.0
536 stars 63 forks source link

7zip is not working properly #103

Closed kanryu closed 5 years ago

kanryu commented 5 years ago

The QuickViewer was running a static link of its own version of SevenZip, but it's official to answer the need to keep up with the new version and the need to use the official DLL / SO on both Windows / Linux. Revised the method of dynamically linking DLL (SO).

I thought that work was completed in the last commit, but it doesn't seem to work in practice. It will take a while for the cause to be found.

In the meantime, you want us to build at the revision that is tagged or just before the 7zip update.(a48ba041f8b6fc39a7c634bfdea94e9c1bfbebc4)

kanryu commented 5 years ago

An additional fix has been verified to work properly. (Windows 10 x64, msvc 2015, 7z1900)