News:

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

Main Menu

Recent posts

#31
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.
#32
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.
#33
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?
#34
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.
#35
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
#36
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 ?
#37
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.
#38
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
#39
User contributions / Re: Github-kuba miniz for Pell...
Last post by Vortex - April 27, 2026, 01:55:12 PM
Extracting the contents of a zip file with COM \ Component Object Modeling is possible. Later, I can post an example.
#40
Feature requests / Re: Enhanced editor suggestion...
Last post by PhilG57 - April 27, 2026, 01:53:21 PM
Hi.  Then how do you compile and test new versions of your code?  Would it not be convenient if you could easily switch from C11 to C17 to C?? for all 169 projects as you develop and test new versions?

I am *very* appreciative of your efforts and do not wish to be seen as argumentive so I'll leave this suggestion alone. Many thanks.