Code::Blocks Forums
User forums => Nightly builds => Topic started by: killerbot 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)
-
The new build fixes this bug (http://forums.codeblocks.org/index.php?topic=1957.msg15263#msg15263) which has been driving me crazy for ages.
Thanks!
Arto
-
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