News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 10 april 2006 build is out.

Started by killerbot, April 10, 2006, 07:12:58 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://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 10 April 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060410_rev2334_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060410_rev2334_ubuntu.deb
         http://download.berlios.de/codeblocks/CB_20060410_rev2334_fc4.rpm

Resolved Fixed:


  • wxSmith redesign:
    * Function ltoa is not in ANSI , therefore code does not compile with compiler that does not support ANSI . Modified to conditional compilation with __GNUG__ (GNU compiler on all platform)
    * Fix bug for "Element->InsertEndChild(TiXmlText(ltoa(VALUE,Buffer,10)));" which write the return value of ltoa instead of the value in Buffer
    * Fix bug : The Font family comparison condition should use "==" instead of "="
    * EndDialog is not supported under wxGTk and wxMAC, port the wxMSW version to be used for non wxMSW platform
    * Fix bug : the declaration of including header file wxscontainer.h have a capital "C" which cause the case sensative problem under Linux
    * Adding project file for Unix-like platform (Tested under Ubuntu 5.10)
    * Remove unnecessary comment in defwidgets' cpp file
    * Add in EnumDeclFiles function
    * Fix bug : statictext.cpp include the wrong header file
  • Allowed compiling windows resources under non-windows platforms. Makes sense when cross-compiling for windows under linux
  • Fixed issue (crash sometimes) when importing MSVS projects
  • Added compiler option (in "Other" page) to explicitely add the project's top-level directory in the compiler's search paths. Option is off by default.
  • Make "Search->Find" and "Search->Find" in files more consistent (patch #978)
  • Fixed "View->Go to function" to not skip namespace/class/struct blocks
  • ToDo Plug-In : include clean up and const's
  • Fixed update of symbols browser when showing current file's symbols only and involved namespaces

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)