Author Topic: The 09 April 2007 build is out.  (Read 10943 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 09 April 2007 build is out.
« on: April 09, 2007, 07:41:21 pm »
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)

« Last Edit: April 09, 2007, 10:19:12 pm by killerbot »

GTOnizuka

  • Guest
Re: The 09 April 2007 build is out.
« Reply #1 on: April 09, 2007, 09:13:29 pm »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 09 April 2007 build is out.
« Reply #2 on: April 09, 2007, 10:19:19 pm »
fixed, thanks for the feedback

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 09 April 2007 build is out.
« Reply #3 on: April 10, 2007, 12:49:49 am »

  • 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

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 09 April 2007 build is out.
« Reply #4 on: April 10, 2007, 01:42:08 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.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline kelo81

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 09 April 2007 build is out.
« Reply #5 on: April 10, 2007, 01:25:57 pm »
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

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 09 April 2007 build is out.
« Reply #6 on: April 10, 2007, 02:29:56 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.

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.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 09 April 2007 build is out.
« Reply #7 on: April 10, 2007, 04:44:41 pm »
we are discussing at this moment to either do :
 - wx 264
 - wx 283

...

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 09 April 2007 build is out.
« Reply #8 on: April 10, 2007, 04:52:58 pm »
- wx 264

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

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

Offline rjmyst3

  • Multiple posting newcomer
  • *
  • Posts: 117
    • wxFormBuilder
Re: The 09 April 2007 build is out.
« Reply #9 on: April 10, 2007, 05:44:43 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.