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_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 16 October 2007 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20071016_rev4540_win32.7z
- Linux :
none
Resolved Fixed:
- wxSmith: Fixed bug with invalid declaration generated for sizers when using xrc file
- wxSmith: Fixe dbug with missing <wx/xrc/xmlres.h> header file
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
Ubuntu 6.10 & 7.04 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)
debian-repository with nightlies (slow because it's a home-server via dsl)
actually svn4540
add to /etc/apt/sources.list :
for etch aka stable
deb http://jens.lody.name/debian/ etch main
deb-src http://jens.lody.name/debian/ etch main
for lenny aka testing
deb http://jens.lody.name/debian/ lenny main
deb-src http://jens.lody.name/debian/ lenny main
for sid aka unstable
deb http://jens.lody.name/debian/ unstable main
deb-src http://jens.lody.name/debian/ unstable main
add my public-key to apt's trustdb:
wget -q http://jens.lody.name/debian/jens.asc -O- | sudo apt-key add -
build against wxWidgets 2.84 from
deb http://apt.tt-solutions.com/debian/ etch main
key-import to apt's trusted keys:
wget -q http://www.tt-solutions.com/vz/key.asc -O- | sudo apt-key add -
After updating from build 43xx (43-something) to version 4540 on openSuse 10.3 I came across an annoying problem: everytime I want to start debugging, all sources are recompiled completely which takes an annoyingly long time. This also happens when I'm sure I did not change anything after the last rebuild. The 43xx build I used did not have this problem and would only compile the files containing changes, and I am using exactly the same project.
Did something change in the way CodeBlocks handles certain things or am I possibly missing a crucial point? Any tip is more than welcome
Hi,
I'm using wxSmith and on my panels/frames I use wxStaticBitmaps. The application is built for (and developed on) winXP and linux (freespire). The problem I have is that if I set the (relative) path in the wxSmith image editor so I can see the image at development time, then the image doesn't show in either windows and/or linux without some tricks.
Long story short... Is it possible for the image editor to use wxStandardPaths::GetResourcesDir for the base file path?
Or is there another way it can be done with the existing codeblocks?
Thanks in advance. :idea:
Don't worry about the above request.
I've solved the problem. :) I'm using wxSetWorkingDirectory to umm... set the working directory...
and I'm using the wxConfigBase::Create() and Read/Write methods to store the path to my graphic folder.
Thanks.
Hi killerbot, I have a little feature request.
I like the option Auto-hide message pane, very usefull! but I'd like to add a behavior change. When I compile and all is ok, the message panne auto-hide as specified in the options :)
Is possible to auto-hide message pane WHEN programmer just left clic on editor area or press a key? so keep the message pane showned until any event.This behavior option can be added with a check box.
Thank for your job.
Just an update on my "always rebuild completely" problem: it seems that this not only happens when I try to debug: also when just "building", a complete rebuild takes place.
Because I did not see any comparable problem around here, most likely it is a problem on my side. Any suggestions what I might be doing wrong?
Hi,
C::B svn 4540 crashes (i.e. closes immediately) when creating new project under Debian.
I wonder if the handling of open files could be handeled better. Its such a mess to click on the arrows all the time to find a specific file :/
--Ano
Quote from: killerbot on October 16, 2007, 07:50:12 PM
Resolved Fixed:
- wxSmith: Fixed bug with invalid declaration generated for sizers when using xrc file
Thanks byo,
by the way creating wxStdDialogButtonSizer still generates invalid declaration.
Thanks in advance
Jefri