Author Topic: The 15 march 2006 build is out.  (Read 13859 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 15 march 2006 build is out.
« on: March 15, 2006, 08:42:55 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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 15 March 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060315_rev2199_win32.7z
  - Linux : not supported yet


Resolved Fixed:

  • fixed typo : oxFreeBSD ->osFreeBSD
  • Added editor lexer for Ogre compositor scripts (contributed by nfz)
  • Support for custom vars in output filenames, when using the profiler (patch #919)
  • Replaced directly deleting a few dialogs with calling Destroy() on them (patch #920)
  • Updated project file
  • Make profiler plugin dialog resizable in all directions (patch #923)
  • Fixed crash when trying to open a new instance of C::B and single-instance was checked (patch #927 for bug #6779)
  • When moving a project up/down in the workspace, don't steal the focus after the move so that it's ready for another movement
  • Digital Mars C/C++ compiler support : report warnings no longer as errors

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)


Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 15 march 2006 build is out.
« Reply #1 on: March 16, 2006, 10:06:16 am »
Thanks for this new build.

Concerning the bug I have post on BerliOS (Bug #6666), I have uploaded two screenshots in order to help to see what I mean by Toolbar problem between Windows 2000 and WIndows XP

You can see screenshot from Windows XP here:


You can see screenshot from Windows 2000 here:


I hope it will help you to correct the problem.

A big thanks to sethjackson to make me discover http://imageshack.us/ to host images

Have a nice day

sethjackson

  • Guest
Re: The 15 march 2006 build is out.
« Reply #2 on: March 16, 2006, 01:51:01 pm »
Ow that is nasty. :P Umm could you try a 1024x768 resolution on your Win 2000 PC, just to see if that helps?

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 15 march 2006 build is out.
« Reply #3 on: March 16, 2006, 02:37:43 pm »
I have exactly the same problem in 1024x768

Otherwise, what is the way to modify a bug submited on BerliOS web site.
I have post another bugs but I would like to modify the content and the Category of one of them.

Thanks.

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: The 15 march 2006 build is out.
« Reply #4 on: March 16, 2006, 02:47:09 pm »
it doesn't depend on the resolution,
i noticed the same thing also with using Win98SE,

a workaround is possible,
arrange the toolbars so that the Compiler-Toolbar is the last shown,
i.e. toolbar-sequence from left to right : Main - Debugger - Compiler,

then the Build-target dropdown-listbox is shown at least

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 15 march 2006 build is out.
« Reply #5 on: March 16, 2006, 03:04:06 pm »
a workaround is possible,...then the Build-target dropdown-listbox is shown at least
Doesn't work. (At least on my Win2k PC.)
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 15 march 2006 build is out.
« Reply #6 on: March 16, 2006, 03:29:36 pm »
a workaround is possible,...then the Build-target dropdown-listbox is shown at least
Doesn't work. (At least on my Win2k PC.)

Try deleting your layout after you 've done this.
Be patient!
This bug will be fixed soon...

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 15 march 2006 build is out.
« Reply #7 on: March 16, 2006, 03:42:34 pm »
1./ Application stop to responde while debugging a piece of code

I found a bug with the debugger.
It is easy to reproduce.

Create a new MS DOS project and paste the piece of code contains in the following archive
http://www.badongo.com/file/302168

Now debug the code.
Put a breakpoint as indicated in the code.
Press F7 up to the test function.
Move your mouse above the piece of code str[0] (in main function) => C::B display its content in tooltip

Now continue to debug and enter in the function test
Move again your mouse above the piece of code f_str[0] => C::B freeze
You have to kill the process  :cry:

If you do the same test with the second variable, C::B does not freeze but all the buttons of the toolbar become disable!!!

2./ Crash when exit Code::Blocks with any debug window open

It seems that exit C::B with any of debug window opened make crash C::B after several second.
In a first time C::B is closed bug the floating window stay opened. After two or three second, C::B crash itself.

It is easy to reproduce.
Simply open C::B without project. Open any window (watches for eample) and now quit C::B.

The watches window stay opened and C::B crash.


I am on Windows 2000 sp4.

I have also post these bugs on BerliOS forum.
Is it useful to post bugs on these two forum or do I only post them on the BerliOS?
I hope you could fix these bugs.

Thanks and have a nice day.

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: The 15 march 2006 build is out.
« Reply #8 on: March 16, 2006, 04:06:16 pm »
i can confirm the debug issue on Win XP SP2

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 15 march 2006 build is out.
« Reply #9 on: March 16, 2006, 04:22:53 pm »
Try deleting your layout after you 've done this.
I wasn't sure how it would help, but I tried it. As expected, everything was reset to default, including the cut-off build menu. Reverting to the old default.conf and only changing the "minw" value in the layout string had more effect -- the toolbar was entirely visible, albeit occupying the entire width of the window (I set minw to 250). Still not great. I never use that toolbar in any case, so I'm reverting to default again.
« Last Edit: March 16, 2006, 04:26:21 pm by TDragon »
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 15 march 2006 build is out.
« Reply #10 on: March 16, 2006, 06:49:33 pm »
2./ Crash when exit Code::Blocks with any debug window open
Concerning this one please have a look at here: http://forums.codeblocks.org/index.php?topic=2582.0.
Maybe you can help...?!
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Highspeedy

  • Guest
Re: The 15 march 2006 build is out / Embedded Tools don´t start anymore.
« Reply #11 on: March 16, 2006, 07:29:40 pm »
Embedded Tools in menu "Tools" (at example starting a shell under the "Tools-Menu") didn´t start/work correctly.
Last build it worked was 2164.