News:

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

Main Menu

New wxWidgets version

Started by MortenMacFly, March 18, 2009, 02:27:16 PM

Previous topic - Next topic

MortenMacFly

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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ollydbg

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.

killerbot

will create a new nightly before the end of the week based upon this new wx version.

JGM

i cant wait for the wxwidgets 3.0 series :D

stahta01

Quote from: JGM on March 19, 2009, 12:49:39 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++.
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]

ollydbg

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