Pelles C forum

C language => Work in progress => Topic started by: TimoVJL on October 27, 2016, 12:29:52 PM

Title: zlib 1.2.8 source converted for __stdcall
Post by: TimoVJL on October 27, 2016, 12:29:52 PM
zlib 1.2.8 source converted for __stdcall.
only functions converted from k&r to ANSI C, nothing else.
let me know if someone finds errors in conversations.
Title: Re: zlib 1.2.8 source converted for __stdcall
Post by: WiiLF23 on May 16, 2024, 10:22:27 PM
Keep in mind, zlib1 (note the 1 at the end of the filename) is a mainstream effort from the authors to maintain a corrected compilation of the library, and its codebase in the wild. The documentation explains this very throughly, as well as the mistake that was overlooked prior to the mass release of zlib (without the 1) at the original release date. The naming convention is important. What you name the file after doesn’t mean much, as long as it is a corrected build (away from regular zlib.xx).

People need to know this, who are aware of the libs history.

So, I recommend you indicate this as to clarify it is the corrected code.
Title: Re: zlib 1.2.8 source converted for __stdcall
Post by: John Z on May 17, 2024, 09:53:49 PM
zlib 1.2.8 source converted for __stdcall.

Thanks Timo!

John Z