News:

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

Main Menu

Recent posts

#11
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
#12
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.
#13
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. 
#14
Bug reports / Re: snippets diglog is small
Last post by John Z - April 27, 2026, 12:40:14 PM
Looks like it might be a DPI issue.  On my laptop it is ok -
1920 x 1080 scale 125%

John Z
#15
User contributions / Re: Github-kuba miniz for Pell...
Last post by John Z - April 27, 2026, 11:43:05 AM
Looks like there is a possible path using ZLib which might make it easier.
ZLib has a miniz like version minizip

So I might be able to implement, or at least try -

Two links:
Base -
https://www.winimage.com/zLibDll/minizip.html

This seems A good helper set of functions, similar to miniz -
https://nachtimwald.com/2019/09/08/making-minizip-easier-to-use

John Z
#16
Feature requests / Enhanced snippets suggestion
Last post by ander_cc - April 27, 2026, 03:38:57 AM
Hello, Pelles.
If I want to use "Surround by" and "Comment" and "No comment", I should select a line first.
Could you add a "auto select current line" feature?
Could you add some shortcuts for "Surround by" and "Comment" and "No comment" ?

I want to use $0 twice or more. Could you add it?
Sincerely yours,
Ander
You cannot view this attachment.

#17
Bug reports / snippets diglog is small
Last post by ander_cc - April 27, 2026, 03:28:23 AM
snippets diglog is small. I fix it in my Chinese translation.
https://forum.pellesc.de/index.php?topic=11778.msg42228

You cannot view this attachment.
You cannot view this attachment.
#18
User contributions / Re: Github-kuba miniz for Pell...
Last post by Vortex - April 26, 2026, 10:53:31 PM
Using zlib does not look easy. Anyone who tried the latest version?
#19
User contributions / Re: Github-kuba miniz for Pell...
Last post by John Z - April 26, 2026, 10:25:13 PM
Thanks, I'll give it a look.

John Z
#20
User contributions / Re: Github-kuba miniz for Pell...
Last post by Pelle - April 26, 2026, 08:57:29 PM
Have you ever looked at this?
https://zlib.net/

My main interest is in the compression/decompression part, which has worked well for me since the 1990s, but I think there is some attempt somewhere in this package to handle ZIP files...

I'm not sure this will solve anything, but if you are stuck ...