Author Topic: The 20 april 2006 build is out.  (Read 8796 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 20 april 2006 build is out.
« on: April 20, 2006, 10:29:37 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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

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

The 20 April 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060420_rev2366_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060420_rev2366_ubuntu.deb
         http://download.berlios.de/codeblocks/CB_20060420_rev2366_fc4+5.rpm

Resolved Fixed:

  • wxSmith redesign: some small fixes
  • Fix bug for StatusBar code generated by Wizard
  • Updated wxAUI to v0.9.2 (with extra patches)
  • Fixed wxAUI build issue under windows

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)


Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 20 april 2006 build is out.
« Reply #1 on: April 21, 2006, 10:51:48 am »
The new build fixes this bug which has been driving me crazy for ages.

Thanks!

        Arto

Offline madnut.ua

  • Multiple posting newcomer
  • *
  • Posts: 13
  • something mad...
Re: The 20 april 2006 build is out.
« Reply #2 on: April 21, 2006, 03:15:40 pm »
Hi! I build C::B with wxWidgets 2.7.0 CVS under FreeBSD. All working good (sometimes :).
But I have some troubles with displaying different dialog windows (C::B crash).
I found that problem in "wxCheckList" string in XRC.
Cause all works fine after changing class "wxCheckList" -> class "wxCheckListBox" in *.xrc files.
Does it work under wxWidgets 2.6.2? If it does, please change your xrc.
Thanks