News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 09 February 2026 build (13785) is out.

Started by killerbot, February 09, 2026, 04:57:11 PM

Previous topic - Next topic

Xaviou

Hi
Quote from: ollydbg on March 06, 2026, 12:55:34 AM
Hi, Xaviou, I'm not sure why the "at" is preferred instead of "[]"?
Well, I don't either really know  :-[ It's a solution given by chatgpt to solve this building problem:
Quote from: chatgptArrayChecks is a wxArrayBool, and with GCC 15, the non-const [] operator of wxBaseArray<bool> breaks (bool& is impossible with vector<bool>)

Quote from: ollydbg on March 06, 2026, 12:55:34 AMWe have some discussion here: New wxWidgets releases
I apologize : I had this solution just after rev13802 (solving the first building problem).
I updated to rev 13810 before creating the patch, and tested the build, but only with the patch, not without.

Now that I have tested the rev 13810 "as is", I can confirm it works without the watch.
Again, sorry.

Regards.
Xav'
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

ollydbg

Hi Xaviou, never mind. I really appreciate all your contributions to wxWidgets and Code::Blocks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.