User forums > Nightly builds

The 19 March 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 19 March 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070319_rev3730_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070319_rev3730_Ubuntu6.xx.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070319_rev3730_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070319_rev3730_fc4+5.i586.rpm (not yet)


Resolved Fixed:


* Changed to run-time linking of DebugBreakProcess function in debugger plugin. Should now work again under all windows operating systems
* Fixed: [Bug #10666] blocked application
* Folder browse window in AddGenericSelectPathPage in scripted wizard is now modal
* Applied ([Patch #1818] Plugin templates update) in modified form
* Fixed: [Bug #10670] Application crash (Bug is in wxAUI, not in C::B)
* Fixed Build->Run menu (linux)
* Fixed debugger mis-behaving in latest revisions. Still have to check if the windows-break-running-process still works though
* Respect include dirs set by implicitely setting the options to search in project's dir and file's local dir. Should help with dependency tracking, relevant to bug #10533
* Fixed implementation of gdb step-out command (it was using a code relic from gdb 5.2 days). Fix for bug #10509
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)

Biplab:

--- Quote from: killerbot on March 20, 2007, 01:46:52 am ---Fixed: [Bug #10670] Application crash (Bug is in wxAUI, not in C::B)

--- End quote ---

For those who are interested in this bug: This bug was in wxWidgets 2.8 branch and the head. So thanks to bughunter2 for reporting this. :)

I've submitted a patch to wx team and it is now in head. Hopefully it will come with wxWidgets-2.8.3 (to be released today). :)

nenin:
Debugger run under Win2K again. Nice job, thanx!

basurapr:

--- Quote from: Biplab on March 20, 2007, 09:22:55 am ---For those who are interested in this bug: This bug was in wxWidgets 2.8 branch and the head. So thanks to bughunter2 for reporting this. :)

I've submitted a patch to wx team and it is now in head. Hopefully it will come with wxWidgets-2.8.3 (to be released today). :)

--- End quote ---

Wow, thanks for the info, I'm developing an application using wxAui and it was crashing after closing it. I was thinking that it was some bad managed pointer or memory from my part, but then I used the debugger and it says that it was a segmentation fault on some libraries of wxWidgets.

Is a pleasure to know that the bug is solved.

Biplab:
I'm not sure whether the fix will solve your problem or not. Because the fix is related to stopping a crash when close button is dragged on a sizer. :)

Another point is, the fix missed wx 2.8.3 release tarballs (it seems) by few hours. It's in the head and wx_28_branch, though. If you can produce a crash report through debugger, it may pinpoint the crash. :)

Navigation

[0] Message Index

[#] Next page

Go to full version