Author Topic: The 05 january 2007 build is out.  (Read 12096 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 05 january 2007 build is out.
« on: January 05, 2007, 09:23:05 pm »
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)

« Last Edit: January 06, 2007, 12:55:31 pm by killerbot »

sethjackson

  • Guest
Re: The 05 january 2007 build is out.
« Reply #1 on: January 05, 2007, 10:16:04 pm »
Windows ANSI build here.

Offline xinlnix

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 05 january 2007 build is out.
« Reply #2 on: January 06, 2007, 06:17:34 am »
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.



Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 05 january 2007 build is out.
« Reply #3 on: January 06, 2007, 07:16:28 am »
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.

Offline Jan van den Borst

  • Multiple posting newcomer
  • *
  • Posts: 99
Re: The 05 january 2007 build is out.
« Reply #4 on: January 06, 2007, 10:54:14 am »
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]

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 05 january 2007 build is out.
« Reply #5 on: January 06, 2007, 12:55:02 pm »
can't reproduce, could ytou retry with a clean nightly build , so no mixing with a previous one.

Offline Jan van den Borst

  • Multiple posting newcomer
  • *
  • Posts: 99
Re: The 05 january 2007 build is out.
« Reply #6 on: January 06, 2007, 06:53:10 pm »
I did. It was a clean install

glass

  • Guest
Re: The 05 january 2007 build is out.
« Reply #7 on: August 06, 2007, 08:16:19 pm »
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

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 05 january 2007 build is out.
« Reply #8 on: August 07, 2007, 12:59:41 pm »
Hi, 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."