Author Topic: The 08 May 2006 build is out.  (Read 7480 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 08 May 2006 build is out.
« on: May 08, 2006, 07:44:28 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 08 May 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060508_rev2420_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060508_rev2420_ubuntu.deb
         http://download.berlios.de/codeblocks/CB_20060508_rev2420_fc4+5.rpm

Resolved Fixed:

  • Prevent crash on exit with wxFNB 1.3
  • wxSmith redesign:
     * Restored positioning with mouse (position changing / visual effects still missing)
     * Moved wxsParent::CanAddChild to public scope
     * Fix bug :  variable name for FontEncoding is wrongly generated as widget's variable, should be widget's variable + FontEncoding
     * Purpose : Fix bug
    Function : BuildSizerCreatingCode
    Line : 33
    Description
    Code generation wrong.
    Line 33 corrected become   wxString::Format(_T("%d,%d"),Cols,Rows)
  • Fix Ceniza's crash-on-switch-workspace crash
  • projectfile : 2 const methods
  • compiler/build macros : removed unused $objects and added the target's object's output directory as '$objects_output_dir'

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)

« Last Edit: May 09, 2006, 07:18:38 am by killerbot »