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?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
Actually, it wasn't FULL source code. One function is missing: ALStorage::YieldTime(). Fortunately, a google search on the method name turned up a copy at svn.softwarepublico.gov.br/trac/lightbase/browser/LBS/LIBS/… – Nigel Hawkins Feb 25 at 8:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.