Quote:
Originally Posted by BenChen
I would agree with you. Problem is, I don't know which zip library Calibre uses. The one my program uses is a standard library ( https://dotnetzip.codeplex.com/), which for some weird reason does not work well with FBReader. I have no plans to change my zip library, so unfortunately you won't be able to use my program and FBReader.
|
I have my own zip library in use for my own projects which is based on some source I found online. It works fine on all readers as far as I know. It is .Net based of course. It can be integrated in your source, the code is around 40Kb. Much smaller than DotNetZip. If you want, you can use it. Migrating your code to use this library should probably around 10-15 minutes work I guess.