Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on June 21, 2006, 07:12:28 pm

Title: The 21 June 2006 build is out.
Post by: killerbot on June 21, 2006, 07:12:28 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_wx2.6.3p2.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 (2.6.2) for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 21 June 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060621_rev2594_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060621_rev2594_Ubuntu6.06.deb
         http://download.berlios.de/codeblocks/CB_20060621_rev2594_fc4+5.rpm


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 21 June 2006 build is out.
Post by: Etienne on June 22, 2006, 09:51:47 am
Hello,

I forgot to add a screenshot of a litlle GUI bug ( Line code  not accessible using auto-hide panel), there it is.
It bugs also on this nighlty build: when you click on the error, the line and the cursor are hidden, because the auto-hide error_panel is on front.

A other little bug is that , when you use a custom makefile, the auto-hide panel stop correctly and show the error on Compile error but not on Link error( its close immediatly) and you don't know if the executable has been built.

Thanks

Etienne


[attachment deleted by admin]
Title: Re: The 21 June 2006 build is out.
Post by: delete pYou on June 22, 2006, 03:23:14 pm
Hello,

I have run into a few bugs using wxSmith. wxSmith registers Date Picker events as wxDataEvent type instead of wxDateEvent and caused a build error. Also, none of the tooltips I assign to controls within wxSmith are persisted it would seem.

Thanks.