User forums > Nightly builds
The 03 august 2006 build is out.
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 03 August 2006 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20060803_rev2811_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20060803_rev2811_Ubuntu6.06.deb
http://prdownload.berlios.de/codeblocks/CB_20060803_rev2811_fc4+5.rpm
Resolved Fixed:
* [ Patch #1177 ] Mac OS X some simple mac compile fixes (slightly adjusted including fix)
* Implemented improved debugger evaluation tooltip window
* Fixed bad memory addresses reported in debugger's MemoryDump window
* Added missing #include
* Forfeit input and error streams when aborting build
* Fixed bug in template-code parsing for debugger tooltips
* Fixed bug in function-signature parsing for debugger tooltips
* Fixed broken linux build
* Yet another autotools fix
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)
* menu items with icon not correctly aligned (since wx263)
rjmyst3:
Hi, I'm a long time listener, first time caller :D.
Just wanted to say thank you for such a great app.
Especially the ubuntu .deb packages and all the recent work on the debugger.
Especially the debugger.
Especially the debugger.
Especially the debugger.
Especially the debugger.
THANKS!!!
:D
RJP Computing:
--- Quote from: killerbot on August 03, 2006, 10:11:20 pm ---
* Implemented improved debugger evaluation tooltip window
* Fixed bad memory addresses reported in debugger's MemoryDump window
* Fixed bug in template-code parsing for debugger tooltips
* Fixed bug in function-signature parsing for debugger tooltips
--- End quote ---
Thanks for more debugger improvements. :D
Can the dereferencing stuff be added to the watch window? That would make it really much easier.
Again Thanks!
Xaviou:
--- Quote ---Regressions/Confirmed/Annoying/Common bugs:
menu items with icon not correctly aligned (since wx263)
--- End quote ---
I'm surprised that no-one has already founded the solution : just add a 1 pixel height all transparent bitmap to all menu entries that don't have an icon. I've tried it : it works fine.
--- Code: ---/* XPM */
static char *emptyicon_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 1 1 1",
" c None",
/* pixels */
" ",
};
--- End code ---
BordRider:
debuggerific! can't wait for arrays defined in the watch window, and arrays bigger than 200!
really though this program is excellent...as far as i can see there really is no alternative
Edit: My last build was 06/22...and this version seems to be running ALOT faster. Keen.
Navigation
[0] Message Index
[#] Next page
Go to full version