News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

wxWidgets 2.8.11 Released!

Started by Loaden, March 30, 2010, 03:38:59 PM

Previous topic - Next topic

stahta01

The site ftp://ftp.wxwidgets.org/pub/2.8.11/ is not an official release; it where they upload the file for final testing. Normally a day later it appears on sf.net or wxwidgets.org if it passes the tests.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ptDev

Having taken a look at the wx-dev mailing list, it seems they are still working on fixing build problems at the moment.

The question is, if the stable wxWidgets is upgraded to 2.8.11 within this couple of weeks, will Code::Blocks upgrade the used wxWidgets version as well? For one, a number of wx bugs, such as the "mixed menus" problem, would definitely be fixed.

ollydbg

Quote from: ptDev on April 14, 2010, 09:10:04 AM
The question is, if the stable wxWidgets is upgraded to 2.8.11 within this couple of weeks, will Code::Blocks upgrade the used wxWidgets version as well?
Sure, this is the way C::B did before.
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.

ptDev

#4
Just a thread bump to let you all know that 2.8.11 has finally been released! LINK
I'm downloading it now, and intend to test building C::B with it as soon as possible. :D

Regards

ollydbg

Quote from: ptDev on April 23, 2010, 11:46:09 AM
Just a thread bump to let you all know that 2.8.11 has finally been released! LINK
I'm downloading it now, and intend to test building C::B with it as soon as possible. :D

Regards
Thanks for the great news!!!
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.