Author Topic: New wxWidgets version  (Read 4424 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
New wxWidgets version
« on: March 18, 2009, 02:27:16 pm »
For all devs that use wxWidgets in this forum:
In case you didn't know: wxWidgets 2.8.10 is out.
This should fix our "images not changing" issue from the nighlies btw... Check the changelog!  :-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: New wxWidgets version
« Reply #1 on: March 18, 2009, 04:19:33 pm »
Thanks for sharing this information!
Also, I think the next nightly build could using this 2.8.10 version :D.
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 killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: New wxWidgets version
« Reply #2 on: March 18, 2009, 09:40:02 pm »
will create a new nightly before the end of the week based upon this new wx version.

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: New wxWidgets version
« Reply #3 on: March 19, 2009, 12:49:39 am »
i cant wait for the wxwidgets 3.0 series :D

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: New wxWidgets version
« Reply #4 on: March 19, 2009, 02:57:47 am »
i cant wait for the wxwidgets 3.0 series :D

wxWidgets 2.9.0 should be out any time now.

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 ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: New wxWidgets version
« Reply #5 on: March 19, 2009, 03:32:44 pm »
@Macfly
I'm looking forward the patch of a long edit control of thread search applied in trunk, as you shown us like below:

.

Because I only use a 1024*768 screen. It always display like this:
.

Also, I think the CC's improvement patch will be applied before the next nightly build. :D Thanks!
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.