News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

win32-doc md files

Started by TimoVJL, May 18, 2025, 04:24:44 PM

Previous topic - Next topic

Vortex

Hi Timo,

Mentioning about Miniz, are your referring to this project?

https://github.com/richgel999/miniz
Code it... That's all...

John Z

#16
Quote from: TimoVJL on November 06, 2025, 07:06:38 PMLike in this:
https://github.com/kuba--/zip

Thank Timo!  I'll give this one a try - maybe simple enough for me to use.

John Z

Update:  An older version of this (1.19) is what I am using now.  Back in about 2020 I went through the 1.19 code and succeeded in getting it to work for Pelles C.  Now looking at this version 3.0.2 it is just as difficult under Pelles C as 1.19 was :( but structurally it has changed a lot so a file difference does not highlight changes compared to what I did in 1.19 SO it is basically going to be starting all over......   

John Z

#17
:)
It looks like I have got 3.0.2 working in Pelles C at least for unzipping to a file or memory.

I'll need to run some tests to see if it works for zipping too.

Making progress in either case.

John Z

Update - looking nice, it was able to zip a file and both 7z and WIN zip could access it and the file was extracted intact and readable.


John Z

The completed project is posted over in User Contributions -
https://forum.pellesc.de/index.php?topic=11672.0

Cheers,
John Z