News:

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

Main Menu

Recent posts

#31
Tips & tricks / LiteZip tests
Last post by TimoVJL - April 28, 2026, 08:53:52 PM
LiteZip 2008 version tests with static libraries.

Check this too
https://www.wischik.com/lu/programmer/zip_utils.html
#32
User contributions / Re: Github-kuba miniz for Pell...
Last post by TimoVJL - April 28, 2026, 08:44:20 PM
So it was missing from LiteUnzip package  :(
#33
User contributions / Re: Github-kuba miniz for Pell...
Last post by Vortex - April 28, 2026, 08:40:11 PM
Hi Timo,

Could you provide the file LiteUnzip.h ? I think this one is missing.
#34
User contributions / Re: Github-kuba miniz for Pell...
Last post by TimoVJL - April 28, 2026, 08:38:21 PM
That example use only additional LiteZip.lib and msvcrt.lib
A msvcrt was used to show actual code size.
#35
User contributions / Re: Github-kuba miniz for Pell...
Last post by Vortex - April 28, 2026, 08:29:58 PM
Hi Timo,

The command line zip tool works fine. Do you have the static library version of unzip?
#36
User contributions / Re: Github-kuba miniz for Pell...
Last post by Vortex - April 28, 2026, 03:41:52 PM
Hi Timo,

Thanks, I am going to test your project.
#37
Tips & tricks / Re: Definition file to MASM in...
Last post by Vortex - April 27, 2026, 10:06:33 PM
def2inc built with the latest Pelles C Version 14.10.0 and Pelles Macro Assembler, Version 14.10.0

QuoteModule definition file to 32\64-bit MASM\POASM\JWASM include file converter
Version 2.21 by Vortex

Usage : def2inc filename.ext
Optional : -n : generate include files for 64-bit programming
#38
User contributions / Re: Github-kuba miniz for Pell...
Last post by TimoVJL - April 27, 2026, 07:03:59 PM
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 ?
#39
User contributions / Re: Github-kuba miniz for Pell...
Last post by Vortex - April 27, 2026, 02:24:07 PM
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.
#40
User contributions / Re: Github-kuba miniz for Pell...
Last post by John Z - April 27, 2026, 02:13:38 PM
Yes, I read COM could do zipping and unzipping but not quite simple. 

My particular requirement at this time is to be able to create and add files to a zip file, but I'm sure your example will be useful to other interested people.  Good code examples help everyone 👍

John Z