News:

Download Pelles C here: http://www.pellesc.se

Main Menu

Github-kuba miniz for Pelles C

Started by John Z, November 25, 2025, 12:01:37 PM

Previous topic - Next topic

Vortex

Hi John,

The problem is to understand the cascading external dependencies of the zip libraries. One external function could point another one and the another one to another function\ structure or specific equate etc. It would be good to be find a zip library usable with Pelles C and Poasm.
Code it... That's all...

TimoVJL

#31
In year 2008 a LiteZip was small and easy to use.

Files at https://forum.pellesc.de/index.php?msg=42339

It was used in Add-In too.
https://forum.pellesc.de/index.php?topic=3260.msg12307#msg12307

At some point it change lisence to LGPL and then it was abandoned ?
May the source be with you

Vortex

Hi Timo,

Thanks, I am going to test your project.
Code it... That's all...

Vortex

Hi Timo,

The command line zip tool works fine. Do you have the static library version of unzip?
Code it... That's all...

TimoVJL

That example use only additional LiteZip.lib and msvcrt.lib
A msvcrt was used to show actual code size.
May the source be with you

Vortex

Hi Timo,

Could you provide the file LiteUnzip.h ? I think this one is missing.
Code it... That's all...

TimoVJL

So it was missing from LiteUnzip package  :(
May the source be with you