Author Topic: The 24 february 2006 build is out.  (Read 9155 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 24 february 2006 build is out.
« on: February 24, 2006, 10:31:49 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 24 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060224_rev2071_win32.7z
  - Linux : not supported yet


Resolved Fixed:

  • Fixed occasional crash when removing files from a project (bug #006562)
  • Fixed (removed) bogus error message on project creation/loading, if mingw is not installed (bug #6531)
  • Moved basic compiler command line generation inside the SDK. This will allow for some nifty (mostly seemless) upgrades to the compiler framework

Regressions/Confirmed/Annoying/Common bugs:

  • DDE bug : clicking in windows explorer on a CB registered file throws an error message box
  • toolbar-images-not-changing-state (is a wx problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)


Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 24 february 2006 build is out.
« Reply #1 on: February 25, 2006, 01:15:22 am »
Hi,
if I start C::B now, I get this error message:
Code
A plugin failed to load because it was built with a different Code::Blocks SDK version.

Plugin: C:\...\plugins\cbDragScroll.dll
Plugin's SDK version: 1.6.9
Your SDK ersion: 1.6.10
All others seems to work right...

-------------------------------------------------------------------------------
just testing ;)
glowing
shadow
marqueeSup
Sub
Teletype

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 24 february 2006 build is out.
« Reply #2 on: February 25, 2006, 01:39:32 am »
Please delete cbDragScroll out of your ...\share\CodeBlocks\plugins\
directory. It has been included in the contrib workspace by the
name "DragScroll.dll".

thanks
pecan



Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 24 february 2006 build is out.
« Reply #3 on: February 25, 2006, 01:45:45 am »
Well, I did so... ;)
thanks !!!