Zip Utils (http://wischik.com/lu/programmer/zip_utils.html) 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
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.
Hi WiiLF23, TimoVJL
Have either of you tried to convert these to 64 bit?
John Z
Pelles C 12 pocc crash with that code :(
TZip / TUnZip might be fixed easily
Ah - ok,
Thanks TimoVJL, I look there.
John Z