http://www.smorgasbordet.com/pellesc/download.htm
Changes from Release Candidate #3:
- Fixed compiler problem initializing array of compatible integer type, but not exact character type, from string literal.
- Fixed compiler problem with intrinsic function ending up as a call to a runtime function, and the intrinsic function was used in a small leaf function not otherwise requiring an aligned stack, and the runtime function did (conditionally) more calls on the unaligned stack causing and exception (at least with Windows API functions).
- Fixed compiler problem with __declspec(selectany) sometimes placing the immediately following data object(s) in the same (wrong) section. May pass unnoticed, but could trigger an exception if a read/write object was placed in a read-only section (and later written to). Ugh.
- Fixed assembler problem with first optional argument to INSTR directive, and @InStr() macro, not being accepted unless it starts with an integer constant (now identifiers are also allowed).
- Added IDE syntax coloring of false and true C keywords (no language mode for this, but the C23 spelling of bool was already done so...)
Woot! Thanks pelle, downloading and testing!
Hi Pelle,
Great news, thanks.
I installed version 13 today. Previously had version 11.
The graphics are nicer in 13 and everything works well.
A 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.
Thanks to Pelle again.
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 ???
Thanks Pelle!
Another very successful release!
Cheers,
John Z
Many many thanks from a mostly silent but grateful user!
Quote from: TimoVJL on May 21, 2025, 08:50:29 PMQuote 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 ???
Don't really understand.
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.
Great Pelle!
Thanks!
Quote from: alderman2 on May 21, 2025, 10:57:35 PMQuote from: TimoVJL on May 21, 2025, 08:50:29 PMQuote 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 ???
Don't really understand.
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.
He'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.
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.
thanks Pelle
To Quin, Vortex, TimoVJL, John Z, Akko, AlexN, nub...
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...?
Thanks Pelle!
Quote from: Pelle on May 21, 2025, 02:32:12 PMFixed compiler problem with __declspec(selectany) sometimes placing the immediately following data object(s) in the same (wrong) section. May pass unnoticed, but could trigger an exception if a read/write object was placed in a read-only section (and later written to). Ugh.
Having performed several tests, I can confirm that this bug has been fixed! Well done, Pelle!
Marco
Hello Marco,
Quote from: Marco on May 22, 2025, 05:50:16 PMHaving performed several tests, I can confirm that this bug has been fixed! Well done, Pelle!
Very good. Thank you!
Quote from: Quin on May 22, 2025, 02:32:38 AMQuote from: alderman2 on May 21, 2025, 10:57:35 PMQuote from: TimoVJL on May 21, 2025, 08:50:29 PMQuote 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 ???
Don't really understand.
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.
He'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.
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.
Okay!
I installed v13 yesterday so I haven't had time to report the error until now.
Quote from: Pelle on May 22, 2025, 08:37:09 AMTo Quin, Vortex, TimoVJL, John Z, Akko, AlexN, nub...
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...?
I am running Windows 11 24H2.
It's not a big mistake. I'll survive it.