News:

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

Main Menu

Recent posts

#11
Projects developed with Pelles C / Re: DMac's Code Projects on Ar...
Last post by MrBcx - April 02, 2026, 04:16:57 AM
Hi David,

It's fantastic that your contributions have been preserved along with your articles. 

Such a pity what became of Code Project but we've seen many great repositories
go belly up over the decades.  Archive.org is an absolute godsend at times.

Thanks for all you've shared over the years.

#12
Projects developed with Pelles C / DMac's Code Projects on Archiv...
Last post by DMac - April 01, 2026, 06:21:58 PM
With passing of The Code Project :'( and the subsequent reduced visibility / accessibility of my contributions, I am pleased to provide here a link to my catalog on Archive.org 8).

DMac's Articles and Code on Archive.org

The links to the articles are all good.

The source code links are also good and downloadable with the exception of those for "Win32 SDK Serial Comm Made Easy" which I have attached to this message.

DMac

#13
Announcements / Re: Release Candidate #2 for v...
Last post by Pelle - April 01, 2026, 05:33:34 PM
Quote from: Marco on April 01, 2026, 12:06:04 PMI have tested PellesC 14 RC2 with WinContig, as well as with other projects that are currently under development. They all compile correctly and run without any issues.
Thanks, good to know!

Quote from: Marco on April 01, 2026, 12:06:04 PMI really appreciate the new warnings that have been introduced (or perhaps this new version is better at identifying potential errors during compilation).
I sometimes add new warnings. It could also be that the analyzer gets better at predicting things like "value ranges", now triggering a warning that was previously skipped because of "unknown" range.
#14
Beginner questions / Re: Unresolved external symbo...
Last post by Vortex - April 01, 2026, 03:30:21 PM
Hi wineggdrop,

Here is a stack allocation function based on chkstk from Pelles C. You can use it with your C project too.

https://forum.pellesc.de/index.php?topic=7282.0
#15
Announcements / Re: Release Candidate #2 for v...
Last post by TimoVJL - April 01, 2026, 12:54:35 PM
Same here, only some a define hell make testing hard.
#16
Announcements / Re: Release Candidate #2 for v...
Last post by Marco - April 01, 2026, 12:06:04 PM
I have tested PellesC 14 RC2 with WinContig, as well as with other projects that are currently under development. They all compile correctly and run without any issues.

I really appreciate the new warnings that have been introduced (or perhaps this new version is better at identifying potential errors during compilation).
#17
Beginner questions / Re: Unresolved external symbo...
Last post by Pelle - April 01, 2026, 08:47:44 AM
Raymond Chen at Microsoft recently blogged about this (in multiple posts).
I think it starts here: https://devblogs.microsoft.com/oldnewthing/20260311-00/?p=112134
#18
Beginner questions / Re: Unresolved external symbo...
Last post by TimoVJL - April 01, 2026, 07:17:23 AM
https://forum.pellesc.de/index.php?topic=7264.0

Compiler still needs support routines for bigger variables, SEH ...
#19
Beginner questions / Unresolved external symbol '_...
Last post by wineggdrop - April 01, 2026, 05:41:23 AM
when I try to build a windows application without CRT(Ignore Standard places Set), "Unresolved external symbol '__chkstk'" error will pop up.When I add a dummy __chkstk,error #3119: [asm] Redefinition of symbol '__chkstk'. will show up.any option to avoid that error?I am new to Pelles C.
#20
ARM64 discussions / Re: Not frustrated enough? Too...
Last post by Vortex - March 31, 2026, 11:05:27 PM
Hi John,

Another source to obtain Qemu for Windows :

https://qemu.weilnetz.de/w64/