User forums > Nightly builds

The 13 september 2006 build is out.

(1/4) > >>

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://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 13 September 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060913_rev2975_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060913_rev2975_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060913_rev2975_fc4+5.rpm


Resolved Fixed:


* Align all plugin toolbars vertically when initializing the layout. If users are missing some toolbars, they should delete the current layout and it will be fixed
* Correctly remember the window size and position from last run, even if maximized
* Fixed symbols browser flickering/pause on update (for large projects/workspaces)
Regressions/Confirmed/Annoying/Common bugs:


* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
* menu items with icon not correctly aligned (since wx263)

Hardi:
I am having a reproducible crash bug which I'd like you to resolve:

1. Make a cpp file.

write the following code in it:

--- Code: (cpp) ---#include <iostream>

class A
{
    public:
        void F1() { };
        void F2() { };
};

int main()
{
}

--- End code ---

Open notepad (any program will do, just as long as you can use the Alt+Tab feature for switching between programs in Windows).
You should have the code auto-completion thingy on (i think it's that).
Now write A:: in main(), so it will look like:
int main()
{
  A::
}

Now a box should popup that offers you to choose between F1() and F2()
but if you immidiately switch to another program before the box pops up, C::B will produce a crash message.

David Perfors:
No chrash message for me in the debug version... The only strange thing is that the box is popping up above the window I open...

MortenMacFly:

--- Quote from: mispunt on September 13, 2006, 09:20:32 pm ---The only strange thing is that the box is popping up above the window I open...

--- End quote ---
You mean this one:

??? -> Yes, this looks strange... well... erm... or like a bug?! ;-)
With regards, Morten.

Hardi:
switch windows BEFORE the box opens and I get a crash message this way :S

Navigation

[0] Message Index

[#] Next page

Go to full version