Author Topic: wxWidgets 2.8.11 Released!  (Read 5782 times)

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
wxWidgets 2.8.11 Released!
« on: March 30, 2010, 03:38:59 pm »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: wxWidgets 2.8.11 Released!
« Reply #1 on: March 30, 2010, 04:06:06 pm »
The site
Code
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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
Re: wxWidgets 2.8.11 Released!
« Reply #2 on: April 14, 2010, 09:10:04 am »
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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: wxWidgets 2.8.11 Released!
« Reply #3 on: April 14, 2010, 09:24:22 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.

Offline ptDev

  • Almost regular
  • **
  • Posts: 222
wxWidgets 2.8.11 FINALLY Released!
« Reply #4 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
« Last Edit: April 23, 2010, 12:02:00 pm by ptDev »

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: wxWidgets 2.8.11 FINALLY Released!
« Reply #5 on: April 23, 2010, 03:30:00 pm »
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.