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 09 October 2007 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20071009_rev4518_win32.7z
- Linux :
none
Resolved Fixed:
- Fixed: Broken wxSmith support in wxWidgets wizard
- Fixed: Fatal crash if "Go to header/source file" option is clicked in wxSmith resource tree
- Modified: Console wizard to add exception handling only for C++ projects
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
Build for Ubuntu i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
Slackware build updated to revision 4518
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1&c=1
Quote from: killerbot on October 09, 2007, 09:10:29 PM
- Modified: Console wizard to add exception handling only for C++ projects
I have to see that one. :)
Quote from: JGM on October 10, 2007, 04:03:57 AM
I have to see that one. :)
OpenWatom used to fail to compile a C file with exception handling routine. So I had made a check (as a quick-fix) to stop that.
In case it affects other compilers, please feel free to post that. :)
i noticed that wxsmith new resource dialog does not correctly restored
when clicking on "Advanced Options" button.
debian-repository with nightlies (slow because it's a home-server via dsl)
actually svn4518
etch / stable
deb http://jens.lody.name/debian/ etch main
deb-src http://jens.lody.name/debian/ etch main
lenny / testing
deb http://jens.lody.name/debian/ lenny main
deb-src http://jens.lody.name/debian/ lenny main
sid / 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
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 -
Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx284) can be found here (http://www.esnips.com/web/CodeBlocks).
I am having problems with CodeBlocks freezing Ubuntu 7.04
I can open the project fine, but after I use it for awhile, the whole computer freezes. (Can't even use Ctrl+Alt+F1)
I tried both wxWidgets 2.8.4 and 2.8.6
Thank you
Quote from: cs378 on October 11, 2007, 12:25:28 AM
I am having problems with CodeBlocks freezing Ubuntu 7.04
I can open the project fine, but after I use it for awhile, the whole computer freezes. (Can't even use Ctrl+Alt+F1)
I tried both wxWidgets 2.8.4 and 2.8.6
Thank you
memory leaks?
This is only my guess.
I have been using C::B for about 6 weeks. :D :D Finally figured out you cannot launch a wxDialog box as the primary. It apparently can only be launched from a previously created wxFrame.
Found a minor glitch with wxSmith. When I add another resource to a dialog box or touch the charateristics of an existing resource (change min or max on spin cntl), my manually added include directives (#include ....) in a .cpp file are deleted resulting in "not declared in scope" errors. Declaring the includes again manually obviously fixes that.
This glitch has always been present since I started using C::B. Using SVN 4519, SUSE 10.2
Off topic but can I create code for different target systems inside of Linux, if so where do I specify target (ie Windows, Mac)?
Quote from: tvaster on October 11, 2007, 04:12:24 PM
Found a minor glitch with wxSmith. When I add another resource to a dialog box or touch the charateristics of an existing resource (change min or max on spin cntl), my manually added include directives (#include ....) in a .cpp file are deleted resulting in "not declared in scope" errors. Declaring the includes again manually obviously fixes that.
Did you write your includes between "//(*" and "//*)" ?
That seems to be the code controlled by wxSmith, and if you change something in the progrid the code get's updated.
Put your own includes outside and it should work (at least for me).
Thanks - that did it. :D
Under Windows 2000 SP4 I am getting frequent crashes with this release when compiling a single .cpp file. Every five or ten compiles result in the program terminating abruptly. No warning or error message, the IDE simply closes.
My first post, sorry if this is the wrong place to report this.
Build 4518: activating "Highlight line under caret" in editor settings hides the brace matching/unmatching indication (they would change the background color too).
Quote from: jsibarani on October 10, 2007, 10:35:39 AM
i noticed that wxsmith new resource dialog does not correctly restored
when clicking on "Advanced Options" button.
How does it look like ? What OS do you use ? (It works perfectly on Ubuntu 7.04)
sorry for late reply, just have long national holiday here :)
this screenshot taken from winXP SP2
(http://img236.imageshack.us/img236/3808/wxsmithlt3.png)