User forums > Nightly builds
The 11 October 2007 build (4522) is out.
killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
Before you use a nightly make sure you understand how it works.
A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.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
The 11 October 2007 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20071011_rev4522_win32.7z
- Linux :
none
Resolved Fixed:
* wxSmith:
* Switched Child->GetVarName() to %o where it was possible in Codef function (it's much safer than quering child's variable using GetVarName())
* Fixed memory leak in wxsItemEditor (thanx to valgrind ;) )
* Changed names generated for internal variables used for code generation (they should be safer now)
* Fix: when a file is auto-generating other files to be compiled, wait
for it to finish compiling before proceeding to compile the generated
files (so as to ensure the generated files are valid)
* wxSmith: Fixed crash in wxsListBook
Regressions/Confirmed/Annoying/Common bugs:
* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
Xaviou:
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx284) can be found here.
pdsonic:
This lastest release seems to have broken something.
I just opened a .wxs file and the .cpp and .h files were changed. Not a problem.
However, the following code change seems odd:
Old code
--- Code: --- TextCtrlPointA_X = new wxTextCtrl(PanelSideBar, ID_TEXTCTRL1, _("108.0"), wxDefaultPosition, wxSize(50,-1), 0, wxDefaultValidator, _T("ID_TEXTCTRL1"));
FlexGridSizer5->Add(TextCtrlPointA_X, 0, wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 0);
--- End code ---
New code
--- Code: --- TextCtrlPointA_X = new wxTextCtrl(PanelSideBar, ID_TEXTCTRL1, _("108.0"), wxDefaultPosition, wxSize(50,-1), 0, wxDefaultValidator, _T("ID_TEXTCTRL1"));
FlexGridSizer5->Add(0, 0, wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 0);
--- End code ---
Notice that the Add now passes a '0' instead of the pointer 'TextCtrlPointA_X'? Is this correct??
Worse though is that now the code does not compile.
--- Code: --- PanelMain->SetSizer(FlexGridSizer2);
--- End code ---
was changed to
--- Code: --- PanelMain->SetSizer(PanelSideBar);
--- End code ---
and the compiler complains that SetSizer cannot accept a wxPanel, but it can accept a wxSizer.
I'm using WinXP SP2, wxwidgets 2.8.4, minGW.
I hope the above helps track down the problem.
In the mean time, I need to rollback to the previous nightly build.
Please let me know if you require more information.
Thanks.
luoyonggang:
I have something that I can't understand, everytime when I close codeblocks, it's notify me to save workspace file, I think it can be improve, like when i open codeblocks, we can open a workspace file at that time in default, and when i close it , it's save the workspace file which when open it in the start time.
luoyonggang:
Platform Windows XP SP2
CodeBlocks version: svn 4522
BUG: When I Change the system time to year 2039. then i can't open codeblocks
Navigation
[0] Message Index
[#] Next page
Go to full version