News:

Download Pelles C here: http://www.pellesc.se

Main Menu

Recent posts

#71
Announcements / Re: Version 14.10 is now avail...
Last post by Vortex - April 24, 2026, 09:51:04 PM
Hi Pelle,

Many thanks.
#72
Announcements / Re: Version 14.10 is now avail...
Last post by Pelle - April 24, 2026, 09:42:16 PM
Thanks!
#73
Announcements / Re: Version 14.10 is now avail...
Last post by TimoVJL - April 24, 2026, 08:10:37 PM
Thanks again !
#74
Announcements / Re: Version 14.10 is now avail...
Last post by Pelle - April 24, 2026, 07:42:58 PM
Quote from: John Z on April 24, 2026, 07:22:46 PMThat was fast, thanks!
Some things went quicker than I thought, but I have no problem with that... ;D
#75
Announcements / Re: Version 14.10 is now avail...
Last post by John Z - April 24, 2026, 07:22:46 PM
That was fast, thanks!

John Z

Great! " silenced level 2 warning about possible "strict-aliasing violation" from <addin.h>" 👍👍👍
#76
Announcements / Version 14.10 is now available
Last post by Pelle - April 24, 2026, 06:17:10 PM
See https://www.pellesc.se/, Download (and Changes).
#77
User contributions / Re: Github-kuba miniz for Pell...
Last post by TimoVJL - April 24, 2026, 09:19:12 AM
Test projects without library for testing defines.
First project with static crt and second with pocrt.dll, so actual code size seen.
#78
User contributions / Re: Github-kuba miniz for Pell...
Last post by Vortex - April 23, 2026, 09:17:27 PM
Adding this line to the top of zip.c and rebuilding the static library :

#define ZIP_ENABLE_INFLATE 0
The size of my test executable dropped from 138K to 134K.
#79
User contributions / Re: Github-kuba miniz for Pell...
Last post by TimoVJL - April 23, 2026, 01:29:23 PM
A miniz main problem is, that it is one file and not easy to split modules for static library.

msvc have a -Gy option for that.


This tool can help with modified source code:
split source file using tags
Just have an another tool to add tags a new version of code.
#80
User contributions / Re: Github-kuba miniz for Pell...
Last post by Vortex - April 23, 2026, 12:52:49 PM
QuoteOptional features
The library supports three compile-time flags to strip unused functionality and reduce binary size. All features are enabled by default -- if you just drop the source files into your project and compile, everything works as before.

https://github.com/kuba--/zip