News:

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

Main Menu

The 25 april 2006 build is out.

Started by killerbot, April 25, 2006, 08:32: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 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 :)

I have the same problem than before with the toolbar on Windows 2000 sp4  :(
See http://forums.next.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
[url="http://img529.imageshack.us/img529/822/3664286vy.png"]http://img529.imageshack.us/img529/822/3664286vy.png[/url]

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
That happened to me before, I don't remember what was the problem, but fixed it by doing a clean rebuild.

Escorter

#4
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:

#include "noise1.h"

to

#include "..\..\..\inc\dtUtil\noise1.h"

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.

adam

By using " " in the include your saying for the linker to check the local directory, relative or absolute. Try using < > which will tell it to check the search directories.

mandrav

QuoteI 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.

Go to "Settings->Compiler & Debugger->Global compiler settings->Other" and put a checkmark in the two checkboxes there.
If this doesn't help, go to "Project->Properties" and select "Source dir" for PCH mode.
Be patient!
This bug will be fixed soon...