News:

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

Main Menu

Recent posts

#21
Announcements / Re: Version 14.00 is now relea...
Last post by Pelle - April 08, 2026, 09:25:44 AM
Thank you all...!  :)
#22
Announcements / Re: Version 14.00 is now relea...
Last post by TimoVJL - April 08, 2026, 09:20:30 AM
Thanks for a good work Pelle  8)
A perfect tool for my small projects.
#23
Announcements / Re: Version 14.00 is now relea...
Last post by Vortex - April 07, 2026, 10:32:28 PM
Hi Pelle,

Many thanks for Version 14.00, great work.
#24
Announcements / Re: Version 14.00 is now relea...
Last post by John Z - April 07, 2026, 09:21:38 PM
Excellent Pelle,

Thanks for all your hard work!

John Z
#25
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).
#26
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.
#27
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.
#28
Projects developed with Pelles C / Tiny Lousy projects
Last post by TimoVJL - April 04, 2026, 04:45:16 PM
#29
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...
#30
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