Author Topic: The 20 January 2006 build is out.  (Read 14184 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 20 January 2006 build is out.
« on: January 21, 2006, 12:21:24 am »
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

The 20 January 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20jan2006_rev1823_win32.7z
  - Linux : not supported yet


Resolved Fixed:

  • Fixed debugger active line to work in linux again
  • Fixed a few compiler warnings
  • Updated unix project file
  • Code completion: Added transitional code for the next optimization
  • Disallow building of XP Manifest under non-Windows
  • Patch [1410363]: Splash screen flags wxSTAY_ON_TOP and wxFRAME_NO_TASKBAR
  • Added compiler-independent option to explicitely add the currently compiling file's directory to the compiler's search dirs. This fixes once and for all the bug with revision 1813 and allows it to be configurable. Default is *not* to add this dir behind the scenes (i.e. the way it always was)
  • Added Python lexer
  • Added libshell32.a and libshfolder.a link libraries in 'src' build target of the main project file. Needed for the resulting codeblocks.exe to be compatible with win98
  • Code-completion fix for function arguments and local variables

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 Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 20 January 2006 build is out.
« Reply #1 on: January 21, 2006, 03:35:39 am »
Right, adding libshell32.a and libshfolder.a to src did NOT the work. It really needs to be added to sdk (I just tested this build under Windows 98).

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
Re: The 20 January 2006 build is out.
« Reply #2 on: January 21, 2006, 10:43:54 am »
this build is a unicode build, not ansi !

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 20 January 2006 build is out.
« Reply #3 on: January 21, 2006, 11:26:23 am »
But the error wasn't related to ANSI or Unicode, it was about that method from libshfolder!

When libshell32 and libshfolder are added to sdk, under Windows 98 a Unicode build of Code::Blocks shows a message box of wxWidgets "saying" it cannot run because of Unicode support under Win98. This one couldn't even appear!

If those libraries aren't moved to sdk, the next ANSI build won't run on Win98.

But... somehow... you're right about something: I forgot it wasn't an ANSI build, but anyway, the problem is still there in the project file.

evolutional

  • Guest
Re: The 20 January 2006 build is out.
« Reply #4 on: January 22, 2006, 12:02:14 am »
damn you guys are good

PS: GameMonkey scrpit needs a lexxer / parser. :P

sethjackson

  • Guest
Re: The 20 January 2006 build is out.
« Reply #5 on: January 22, 2006, 12:31:33 am »
damn you guys are good

PS: GameMonkey scrpit needs a lexxer / parser. :P

Umm we do have a lexer for GameMonkey......  :)

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: The 20 January 2006 build is out.
« Reply #6 on: January 22, 2006, 07:15:17 pm »
I would like to help with CB nightly builds for Ubuntu Linux what is currently needed? I will try to setup the proper package build environment on my main machine and then get it setup on my ancient P3 server for the automated process.  Is anyone interested?  I will at least try build one package for the learning experience.