Author Topic: The 07 february 2006 build is out.  (Read 11517 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 07 february 2006 build is out.
« on: February 07, 2006, 09:01:54 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 07 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_07feb2006_rev1964_win32.7z
  - Linux : not supported yet


Resolved Fixed:

  • Yet another gcc-3.3-linux fix
  • Fixed a compatibility issue between windows/unix when opening a project
  • Fixed plugin events firing more than once, under some circumstances
  • Fixed various debugger breakpoints issues
  • Fixed the wxFlatNotebook bug that would, sometimes, create a split-window-like effect when removing a page (wxFlatNotebook's author notified about it)
  • Image update
  • Added executable extensions to Subversion's ignore list
  • Added $HeadURL$ substitution to svn:keywords property
  • Changed enabled state for a checkbox
  • Patch [1424254]: Remember Tab Order
  • Patch [1422884]: Typo
  • Patch [1424156]: Fixes compiler warnings

Regressions/Confirmed/Annoying/Common bugs:

  • DDE bug : clicking in windows explorer on a CB registered file throws an error message box
  • toolbar-images-not-changing-state (is a wx problem)


Offline bitcero

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 07 february 2006 build is out.
« Reply #1 on: February 08, 2006, 02:09:10 am »
Well, is better and better every day,
however something happen when i use bcc compiler, in the linking process appear "unable to open ARCHIVOS.LIB"  this wont happen in the 1.0rc1 . and No im not linking any lib called Archivos this happen with all templates.



takeshimiya

  • Guest
Re: The 07 february 2006 build is out.
« Reply #2 on: February 08, 2006, 02:16:14 am »
Something screwed up with a path that haves spaces (it probably tried to read C:\Archivos de Programa...).
Try again moving the compiler (and all the libs) to a path that doesn't contains spaces.

Your sources, etc must be in a path without spaces also. It's not a Code::Blocks fault, but a bcc fault (most compilers seems to have the same problem).
« Last Edit: February 08, 2006, 02:17:49 am by Takeshi Miya »

Offline bitcero

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 07 february 2006 build is out.
« Reply #3 on: February 08, 2006, 02:30:56 am »
Ok!! You right works fine with the Dafault directory of bcc.
i think this problem was in the wrong forum probably must to be in the borland_bcc bugs forum!! :D

Thanks!

Offline AlexN

  • Multiple posting newcomer
  • *
  • Posts: 16
    • Alex's Link Sammlung
Re: The 07 february 2006 build is out.
« Reply #4 on: February 08, 2006, 08:35:15 am »
Since some versions i get at the start of Code::Block the message that the function "GetStringFromArray" is missing in the DLL "codeblocks.dll".

Best regards
     Alex
best regards
 Alex ;)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 07 february 2006 build is out.
« Reply #5 on: February 08, 2006, 09:30:56 am »
Since some versions i get at the start of Code::Block the message that the function "GetStringFromArray" is missing in the DLL "codeblocks.dll".
...you didn't install a nightly on top of another (worst case: RC2) edition of C::B, did you?
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

Offline AlexN

  • Multiple posting newcomer
  • *
  • Posts: 16
    • Alex's Link Sammlung
Re: The 07 february 2006 build is out.
« Reply #6 on: February 09, 2006, 09:33:21 am »

...you didn't install a nightly on top of another (worst case: RC2) edition of C::B, did you?
[/quote]

Oh, yes! I did.  :(

Now i installed it in a new directory ... and it works.    :D

Thanks
   Alex
best regards
 Alex ;)