News:

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

Main Menu

Zip Utils test

Started by TimoVJL, July 05, 2017, 06:38:15 PM

Previous topic - Next topic

TimoVJL

Zip Utils are written in C++
Here is test project in C for it.
Maybe someone want to fix it.

EDIT 2017-07-06: XZip.cpp to XZipC.c

EDIT: 2017-11-30: ZUnuzip.cpp to ZUnZipC.c
May the source be with you

WiiLF23

I know this is very old. But I am researching compression formats, and in Pelles C 12 this shows up:

XZipC.c(93): error #1050: Redefinition of macro '_USE_32BIT_TIME_T', previously defined at ?!.

Removing the line resolves the compiler error.

John Z

Hi WiiLF23, TimoVJL

Have either of you tried to convert these to 64 bit?



John Z

TimoVJL

#3
Pelles C 12 pocc crash with that code  :(

TZip / TUnZip might be fixed easily
May the source be with you

John Z

Ah - ok,

Thanks TimoVJL, I look there.

John Z