User forums > Nightly builds

The 25 april 2006 build is out.

(1/2) > >>

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 25 April 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060425_rev2380_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060425_rev2380_ubuntu.deb
         http://download.berlios.de/codeblocks/CB_20060425_rev2380_fc4+5.rpm

Resolved Fixed:


* Added SetBestFittingSize() to compiler and debugger toolbars
* wxSmith redesign: wxsDrawingWindow updates
* Folded code block doesn't unfold from search results [ Bug #7210 ] fixed
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)

skirby:
Hello,


--- Quote from: thomas on April 25, 2006, 10:16:04 am ---I've inserted another two SetBestFittingSize() for good.
Don't know if that fixes the Windows 2000 problem, but it might as well. In any case, it does not make things worse :)

--- End quote ---

I have the same problem than before with the toolbar on Windows 2000 sp4  :(
See http://forums.codeblocks.org/index.php?topic=2960.msg23322#msg23322

I hope you could correct that behavior one day.

Thanks and have a nice day

PsYhLo:
why the wxSmith project wizard doesn't work
i try to create a new project and noting happen

takeshimiya:

--- Quote from: PsYhLo on April 25, 2006, 11:18:01 pm ---why the wxSmith project wizard doesn't work
i try to create a new project and noting happen

--- End quote ---
That happened to me before, I don't remember what was the problem, but fixed it by doing a clean rebuild.

Escorter:
I have problems with the nightly builds: they can't handle Visual Studio solutions correctly.

I imported the Delta3D engine solution. I start to compile the core lib, but it stopped, with a missing header file. But the header file is in its correct place, and I added its path in Directories->Compiler. It's only compiles if I modify:


--- Code: ---#include "noise1.h"
--- End code ---

to


--- Code: ---#include "..\..\..\inc\dtUtil\noise1.h"
--- End code ---

I never experienced this with the old stable version of C::B.

In a nutshell: I need to add the full path of the header file.

Navigation

[0] Message Index

[#] Next page

Go to full version