NO

Author Topic: Zip Utils test  (Read 11804 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2189
Zip Utils test
« on: July 05, 2017, 06:38:15 PM »
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
« Last Edit: November 30, 2017, 03:09:56 PM by TimoVJL »
May the source be with you

Offline WiiLF23

  • Member
  • *
  • Posts: 89
Re: Zip Utils test
« Reply #1 on: September 05, 2024, 08:16:27 PM »
I know this is very old. But I am researching compression formats, and in Pelles C 12 this shows up:

Code: [Select]
XZipC.c(93): error #1050: Redefinition of macro '_USE_32BIT_TIME_T', previously defined at ?!.
Removing the line resolves the compiler error.

Offline John Z

  • Member
  • *
  • Posts: 954
Re: Zip Utils test
« Reply #2 on: January 04, 2025, 11:57:06 AM »
Hi WiiLF23, TimoVJL

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



John Z

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2189
Re: Zip Utils test
« Reply #3 on: January 04, 2025, 06:10:39 PM »
Pelles C 12 pocc crash with that code  :(

TZip / TUnZip might be fixed easily
« Last Edit: January 04, 2025, 07:20:03 PM by TimoVJL »
May the source be with you

Offline John Z

  • Member
  • *
  • Posts: 954
Re: Zip Utils test
« Reply #4 on: January 04, 2025, 09:18:42 PM »
Ah - ok,

Thanks TimoVJL, I look there.

John Z