Our products use the Greenleaf Archive Library, an old compression library for Windows. We’re now looking to move to the mac, but I’m pretty sure the .lib files we got from Greenleaf won’t work on that platform.
Other than just switching to another compression library, which would be problematic for several reasons, does anyone know of any alternatives, like an open source version of the library or a mac port?
The 2.12 version of ArchiveLib we’ve got here shipped with full source code and builds fairly painlessly under various compilers.
Check your original install package and see if it has an option to install the source.
Edit (much later): As I mentioned in the comments, there was one missing method in the source code. As the link I put there seems to have vanished, I’ve added the code below.