News:

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

Main Menu

Recent posts

#21
General discussions / Re: Chinese Simplify translati...
Last post by John Z - April 14, 2026, 10:31:13 AM
Hi ander_cc,

Great!

Tip:  To run multiple languages easily create a desktop shortcut for each language.
Here is an example shortcut target properties for Chinese:

C:\Program Files\PellesC_V14\Bin\poide.exe" /l 0004  <- Lower case L

This way switching languages is a matter of selecting the right shortcut.

John Z
#22
General discussion / Re: Pelles C and Windows Defen...
Last post by John Z - April 14, 2026, 10:18:28 AM
Hi italofutra,

Quote from: italofutura on April 14, 2026, 08:22:10 AMHi,

I tried to install Pelles C on my employer provided Windows 11 laptop. I do not have admin rights on this laptop.

when I try to install Pelles C a smart screen  appears, but due to lack of administrator privileges, I cannot proceed.

Other software works. Is it because Pelles C binaries are not signed? If yes, why?

Just in the rare case Timo's suggestion does not work - 

If you are still having issues you might try to unblock it first and then install to a folder other than Program Files xxx.  To unblock when downloading from the internet use the properties dialog see image.  If you can't unblock on the chief's laptop then download the setup on your laptop then unblock it and put on a USB.  Then try a standard install, or install to a 'user' folder.

John Z
#23
General discussion / Re: Pelles C and Windows Defen...
Last post by italofutura - April 14, 2026, 09:31:07 AM
Not a bad suggestion at all.

Normally for OpenWatcom V2, I decompress the executable with 7-zip. This is not possible with PellesC, but the principle is the same.

I will follow your solution.

Thank you.
#24
General discussion / Re: Pelles C and Windows Defen...
Last post by TimoVJL - April 14, 2026, 08:58:39 AM
Just install Pelles C to another PC and pack folder and use it other PC.
Pelles C is portable and works from USB-stick.
Sometimes have to adjust settings for INCLUDE and LIB folders.
#25
Bug reports / Some fonts are missing from th...
Last post by ander_cc - April 14, 2026, 08:58:13 AM
Like "Cascadia Mono", I can't see it in font name list. But can set in theme file.
Btw: When I was translating rc file, I noticed line 3409 had still read "version 13.00".
See attach files.
Pelles C v14, Windows 11 pro Chinese (Samplify) 25H2
#26
General discussions / Re: Chinese(simplify) translat...
Last post by ander_cc - April 14, 2026, 08:39:37 AM
Quote from: John Z on April 11, 2026, 11:10:43 AMHi ander_cc,

For the string tables you might consider using AI.  Here is an example input and output from Gemini

You will need to be the judge of the accuracy and perhaps fix a few things here and there but this technique should be able to get you to the finish line.

John Z
Thank you! I already translated it. https://forum.pellesc.de/index.php?topic=11778.0
#27
General discussions / Chinese Simplify translation w...
Last post by ander_cc - April 14, 2026, 08:36:16 AM
Just need someone to help with testing.
Dialogs, menus and string tables have been translated. See attach zip file.
#28
General discussion / Pelles C and Windows Defender ...
Last post by italofutura - April 14, 2026, 08:22:10 AM
Hi,

I tried to install Pelles C on my employer provided Windows 11 laptop. I do not have admin rights on this laptop.

when I try to install Pelles C a smart screen  appears, but due to lack of administrator privileges, I cannot proceed.

Other software works. Is it because Pelles C binaries are not signed? If yes, why?
#30
General discussion / Re: about complex.h
Last post by crun - April 12, 2026, 06:50:29 AM
> As the complex.h was removed,

I am trying to compile an old project from 2016-2018, which used complex.h, and the project file tags as C99

Can anyone suggest what version I should start with appropriate to those years, and before complex.h was removed?

Alternatively, perhaps it was never in the PellesC installer, and the OG programmer got if from somewhere else?