News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 07 february 2006 build is out.

Started by killerbot, February 07, 2006, 09:01:54 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://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)


bitcero

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

#2
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).

bitcero

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!

AlexN

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 ;)

MortenMacFly

Quote from: AlexN 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".
...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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

AlexN


...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 ;)