Download Pelles C here: http://www.smorgasbordet.com/pellesc/
Quote from: Pelle on May 22, 2025, 08:37:09 AMTo Quin, Vortex, TimoVJL, John Z, Akko, AlexN, nub...I am running Windows 11 24H2.
Thank you very much!
To alderman2:
First I've heard of such a tab problem. Which Windows version are you using? Any other information you can think of that may help understand it...?
Quote from: alderman2 on May 22, 2025, 09:50:20 PMI don't really understand. Is there something wrong with that line?Just an example for x64 version.
Quote from: Quin on May 22, 2025, 02:32:38 AMOkay!Quote from: alderman2 on May 21, 2025, 10:57:35 PMHe's saying that you shouldn't have waited until the final release version to report it, but from the sounds of it you're a casual user and I don't think we should expect all casual users to report everything.Quote from: TimoVJL on May 21, 2025, 08:50:29 PMDon't really understand.Quote from: alderman2 on May 21, 2025, 08:36:59 PMA minor bug, however, is that the tabs at the bottom (Project, Search in files, Results, etc.) are not visible. If you drag the cursor over the field, the tabs expand. Had the same problem in v11 but not in previous versions.And you just waited for release version![]()
I downloaded v11 when I was programming a couple of years ago. Then I stopped programming until recently. Now that I saw that there is a v13 I downloaded it. Don't know if it is final or an ongoing improvement version.
Sure, in a perfect world it would've been nice to have it fixed in one of the RCs, but such is life. No software is perfect.
Quote from: John Z on May 22, 2025, 07:50:59 PMQuote from: Robert on May 22, 2025, 07:27:56 PMHi John:
I'm compiling from command-line and from Pelles 13.00.7 IDE on Windows 24H2 OS Build 26100.4061. No problems.
Do you get Error code: -1073741819 when compiling the Hello example in the IDE ? What and how are you compiling to throw that error ?
John Z
Check this link for details.
https://forum.pellesc.de/index.php?PHPSESSID=v5g18cvn3a2h9saqduujeabqfr&topic=11433.0
QuoteThe COMM directive declares name as a communal symbol with the size of either a type or a constant expression. An optional naming convention may be specified for the name.
Communal symbols will be assigned storage space at link time, unless it has been explicitly defined in a module. The memory space may not be assigned until load time, so using communal symbols may reduce the size of the executable.
Examples:
COMM BuffSize:256
COMM MaxInt:DWORD
COMM Var1:DWORD, Var2:MYSTRUCT
Page created in 0.023 seconds with 13 queries.