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 (http://forums.next.codeblocks.org/index.php/topic,3232.0.html).
A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx287.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z
The 13 January 2008 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20080113_rev4813_win32.7z
- Linux :
none
Resolved Fixed:
- Static Lib Wizard: Added to Target Wizard list
- DLL Wizard: Target wizard would now be able to create new target with different compiler
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here (http://www.esnips.com/web/CodeBlocks)
Build for Ubuntu i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
Best regards, pasgui
Binary packages for the three main debian suites and sources can be found on my server (see signature).
The actual version there is svn 4814, which includes a fix in wxsintillas "Makefile.am".
With this nightly I have the same crash several people have noticed in november http://forums.next.codeblocks.org/index.php/topic,7286.0.html
When I open a .cpb file then C::B crash
Windows XP SP2
C::B rev 4813
I still have build problems (without precompiled headers). I first posted this patch on 2nd December 07. Thanks to Tim for the patch.
-RedHat Enterprise 4.0 U4
-WX 2.8.7
-C::B rev 4816
Index: advancedcompileroptionsdlg.cpp
===================================================================
--- advancedcompileroptionsdlg.cpp (revision 4816)
+++ advancedcompileroptionsdlg.cpp (working copy)
@@ -1,6 +1,7 @@
#include "sdk.h"
#ifndef CB_PRECOMP
#include <wx/checkbox.h>
+#include <wx/choice.h>
#include <wx/combobox.h>
#include <wx/intl.h>
#include <wx/listbox.h>
...
Quote from: killerbot on January 13, 2008, 09:29:38 PM
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
This could be resolved as in wxFormBuilder - with two buttons on the right side of the toolbar with controls (those buttons are actually tiny scroll bar)
done (the include fix)
The RSS feed hasn't been updated.
Hi
Sorry for this, but there's a little bug:
when you go in Settings->Editor, and on the fonts menu, if you change the color you want for the general font, it doesn't work...
Quote from: Coyotte508 on January 15, 2008, 09:07:04 PM
Hi
Sorry for this, but there's a little bug:
when you go in Settings->Editor, and on the fonts menu, if you change the color you want for the general font, it doesn't work...
Use the syntax highlighting page to alter the colors. It should be obvious that syntax highlighting supersedes the font color...