News:

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

Main Menu

Recent posts

#11
Projects developed with Pelles C / Tiny Lousy projects
Last post by TimoVJL - April 04, 2026, 04:45:16 PM
#12
General discussions / Re: How to change the executab...
Last post by Pelle - April 02, 2026, 06:15:35 PM
Quote from: ddainelis1 on April 02, 2026, 05:18:12 PMThere must be a way in the IDE to set the name of final executable file name  from main.exe  to "myproject.exe".  if you could point me in the correct direction to do that. 
Right-click on name in project pane, then choose "Rename" from context menu...
#13
General discussions / How to change the executable n...
Last post by ddainelis1 - April 02, 2026, 05:18:12 PM
Hello, 
There must be a way in the IDE to set the name of final executable file name  from main.exe  to "myproject.exe".  if you could point me in the correct direction to do that.   

thank - you in advance
#14
Projects developed with Pelles C / QDC
Last post by TimoVJL - April 02, 2026, 02:22:22 PM
https://forum.pellesc.de/index.php?topic=7184.0
With permission C++ code partially converted to Pelles C

Jack knows something about that project too.
#15
Projects developed with Pelles C / Re: DMac's Code Projects on Ar...
Last post by TimoVJL - April 02, 2026, 11:14:43 AM
Nice work !
#16
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.

#17
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

#18
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.
#19
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
#20
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.