News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 05 january 2007 build is out.

Started by killerbot, January 05, 2007, 09:23:05 PM

Previous topic - Next topic

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

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch.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 05 January 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070105_rev3461_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070105_rev3461_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20070105_rev3461_suse100+101.i586.rpm
         http://prdownload.berlios.de/codeblocks/CB_20070105_rev3461_fc4+5.i586.rpm


Resolved Fixed:


  • added support for flat objects usage :
      - "compiler" switch : Advanced compiler options : Other : UseFlatObjects
      - the object file will be create directly under the object output dir, no subdirs reflecting the source tree
  • compiler switches structure now has constructor : several switches never got initialized in the different compilers

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)


sethjackson


xinlnix

Hi,developers:
   I have a suggestion with c:b, In the early version, the c++ editor had a maximize /normalize /minimize button on the right- top corner, and I usually used these button maximizing my editor window when I edit the  codes. Why in the new version, they have disappeared.Can you restore this function?
  Thanks a lot.



Ceniza

Buttons on the upper right corner? It must be the ones provided by the MDI when Code::Blocks used it, but it was then replaced by a notebook and now we're using wxFlatNotebook.

The whole idea was to replace the MDI with a notebook with a close button (just like Firefox handles multiple pages), and that's what we finally got.

Sorry but I don't really think the functionality provided by those buttons will be back now we got tabs, and trying to provide both as an option would be awkward.

Jan van den Borst

Hi,
I'm experiencing a crash just opening the project properties and then closing the dialog.
I also have this problem in the jan 4 build.
regards jan

[attachment deleted by admin]

killerbot

can't reproduce, could ytou retry with a clean nightly build , so no mixing with a previous one.

Jan van den Borst


glass

Hi,

I tried the UseFlatObjects compiler option, and it does put all the objects into a single subdirectory in the object directory.

But for me, it is also creating a set of empty directories in the object directory that mirror the src directory format.

This isn't a big deal, but it would be nice to have a cleaner output.

I'm a newcomer, so maybe this is normal, or I'm missunderstanding something. Also, I'm using SDCC, so I guess it could be something specific to that compiler.

Code::Blocks: SVN Nightly build 4324 from July 26; wx 2.8.4 windows unicode.
SDCC: 2.7.0

-thanks

-Glass

thomas

Quote from: Jan van den Borst on January 06, 2007, 10:54:14 AMHi, I'm experiencing a crash just opening the project properties and then closing the dialog.
It would probably help if you posted the stack trace found in codeblocks.rpt (only the first event, not the whole file). Otherwise, we have no chance to tell what may cause it.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."