Version 13.00 is now released

Started by Pelle, May 21, 2025, 02:32:12 PM

Previous topic - Next topic

Pelle

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...)
/Pelle

Quin

Woot! Thanks pelle, downloading and testing!
Use the assembly, Luke.

Vortex

Code it... That's all...

alderman2

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.

TimoVJL

May the source be with you

TimoVJL

#5
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  ???
May the source be with you

John Z

Thanks Pelle!

Another very successful release!

Cheers,
John Z


Akko

Many many thanks from a mostly silent but grateful user!

alderman2

Quote from: TimoVJL on May 21, 2025, 08:50:29 PM
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  ???
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.

AlexN

best regards
Alex ;)

Quin

Quote from: alderman2 on May 21, 2025, 10:57:35 PM
Quote from: TimoVJL on May 21, 2025, 08:50:29 PM
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  ???
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.
Use the assembly, Luke.

nub


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...?

/Pelle

Marco

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

Pelle

Hello Marco,

Quote from: Marco on Yesterday at 05:50:16 PMHaving performed several tests, I can confirm that this bug has been fixed! Well done, Pelle!
Very good. Thank you!
/Pelle