User forums > Nightly builds

The 11 february 2007 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

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.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 11 February 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070211_rev3592_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070211_rev3592_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070211_rev3592_suse100-102.i586.rpm
         http://prdownload.berlios.de/codeblocks/CB_20070211_rev3592_fc4+5.i586.rpm (not yet)


Resolved Fixed:


* Console Wizard: Bug fix regarding selection of threaded library (for MSVC 7.1)
* wxSmith: Implemented first working menu editor (wxMenu and wxMenuBar should be ready in next commit to show this editor working)
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) (is fixed with our special wx263/wx28 dll)

magisu:
well, I have a problem. When I modified a class in a namespace, just say NAME::CLS, the CLS in symbol viewer is hidden. I have to re-collapse and expand the NAME namespace to see it. Is it a bug?

noir_mxj:
One problem on debug.
The items in build messages can not be double clicked and jump into code when the path of project includes chinese characters. The file path is incorrect.
When the path in english,it works perfectly...

Thanks:)


Marenz:
Feature Request / Bug discover:

When debugging an app and you want e.g. watch a variable that is inside a struct or class and you use tmp.loc.X in your code to access it, it adds the Watch X which is not found. i edit the watch then and change it to tmp.loc.X then it works.

it would be very nice if cb would automatically adds tmp.loc.X instead of X

--Ano

Silverling:
Does C::B have a disassembler? Or some tool to edit the compiled executable in assembley style? Even if not to edit, does it have a viewer? That would be very useful to have that feature on C::B to reduce dependency on external editors for assembley level optimizations. Anyway, just a rant... B::B is good as it is.

Navigation

[0] Message Index

[#] Next page

Go to full version