News:

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

Main Menu

The 09 April 2007 build is out.

Started by killerbot, April 09, 2007, 07:41:21 PM

Previous topic - Next topic

killerbot

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 09 April 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070409_rev3820_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070409_rev3820_Ubuntu6.xx.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070409_rev3820_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070409_rev3820_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • Fixed: One wrong use of "..." in editor and applied one fix missed in Rev 3815
  • Fixed: Couple of more wrong use of "..." in menus
  • Fixed: [Bug #10822] Missing PlaceWindow on non-windows platforms

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)



killerbot


kelo81

Quote from: killerbot on April 09, 2007, 07:41:21 PM


  • menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)


Just a little question: Is this bug corrected since wx2.6.4 ? if yes, why not to use this new release instead of the 2.6.3 one and avoid using a fixed dll?
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

TDragon

Quote from: kelo81 on April 10, 2007, 12:49:49 AM
Just a little question: Is this bug corrected since wx2.6.4 ? if yes, why not to use this new release instead of the 2.6.3 one and avoid using a fixed dll?
It is, but another bug was introduced. See this thread, and this one.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

kelo81

Hi. I 've read in those post that this issue with the icons have been already fixed by Biplab. If that's correct, why not to replace the fixed 2.6.3 for this new one?

And also, what about the 2.8 branch?, do you have any plans on it?, will codeblocks use it in a future release as a "default" lib?.

Regards,

Ezequiel
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

Biplab

Quote from: kelo81 on April 10, 2007, 01:25:57 PM
If that's correct, why not to replace the fixed 2.6.3 for this new one?

The patch doesn't affect runtime dll. So original dll can be supplied without any change. :)

While compiling an exe file, one should be cautious and that patch becomes necessary.

Quote from: kelo81 on April 10, 2007, 01:25:57 PM
And also, what about the 2.8 branch?, do you have any plans on it?, will codeblocks use it in a future release as a "default" lib?.

IMHO, This change is necessary. :)

But the change may take some more time.

Regards,

Biplab
Be a part of the solution, not a part of the problem.

killerbot

we are discussing at this moment to either do :
- wx 264
- wx 283

...

Biplab

Quote from: killerbot on April 10, 2007, 04:44:41 PM
- wx 264

IMO, this has couple of more stupid bugs and therefore may be avoided. ;)

Read the following for one more bug:
Quotehttp://forums.next.codeblocks.org/index.php/topic,5653.0.html
Be a part of the solution, not a part of the problem.

rjmyst3

Quote from: killerbot on April 10, 2007, 04:44:41 PM
we are discussing at this moment to either do :
- wx 264
- wx 283

...
wx 283 would be nice for us linux users - the GTK drag'n'drop bug would be gone for good.
[url="http://wxformbuilder.org"]http://wxformbuilder.org[/url]