News:

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

Main Menu

Recent posts

#11
Announcements / Version 14.00 is now released
Last post by Pelle - April 07, 2026, 04:09:01 PM
See https://www.pellesc.se/, Download (and Changes).

Changes from Release Candidate #2:
  • Fixed IDE problem with UTF-8 hint from "Options, Source editor, Default encoding" when loading a source file without a BOM, without UTF-8 encoded characters, but with ANSI encoded characters.
  • Fixed ARM64 problem storing 32-bit floating-point values in literal pools.
  • Fixed ARM64 problem passing floating-point values to variadic functions.
  • Fixed some minor documentation lies.
  • Refactored symbol handling in parser for ARM64 assembler (big change at this stage, but I suspect I'm the only user right now...)
  • Added experimental installer with ARM64 tools and runtime (X64 runtime excluded for now).
#12
Projects developed with Pelles C / Re: Tiny Lousy projects
Last post by TimoVJL - April 06, 2026, 06:37:34 PM
A source codes are available in this site, if someone wants to develop them further.
#13
Projects developed with Pelles C / Re: Tiny Lousy projects
Last post by Vortex - April 04, 2026, 10:24:23 PM
Hi Timo,

Very nice, keep up the good work.
#14
Projects developed with Pelles C / Tiny Lousy projects
Last post by TimoVJL - April 04, 2026, 04:45:16 PM
#15
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...
#16
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
#17
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.
#18
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 !
#19
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.

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