Author Topic: The 01 january 2007 build is out.  (Read 13684 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 01 january 2007 build is out.
« on: January 01, 2007, 08:11:57 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 01 January 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070101_rev3446_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070101_rev3446_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20070101_rev3446_suse100+101.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070101_rev3446_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • Fixed locating build scripts when using absolute/relative pathnames (also handle variables now in script filenames)
  • Added build scripts related functions in script bindings for CompileOptionsBase

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 02, 2007, 12:33:34 pm by killerbot »

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 01 january 2007 build is out.
« Reply #1 on: January 02, 2007, 12:01:51 am »
Ubuntu 6.10 (Edgy) build here.

Offline gjsmo

  • Multiple posting newcomer
  • *
  • Posts: 28
  • i luv computers
    • My Blog
Re: The 01 january 2007 build is out.
« Reply #2 on: January 02, 2007, 12:17:15 am »
Happy new year... nothing really to report.
http://www.danasoft.com/sig/gjsmo.jpg i luv linux.
There are 10 types of people in this world - those who understand binary and those who don't.
oh yeah: "I didn't really say everything I said."      -Yogi Berra

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 01 january 2007 build is out.
« Reply #3 on: January 02, 2007, 06:13:59 am »
  • Fixed locating build scripts when using absolute/relative pathnames (also handle variables now in script filenames)
  • Added build scripts related functions in script bindings for CompileOptionsBase

What are the added functions and how they work?  :)   Please provide some details or link to them.
Be a part of the solution, not a part of the problem.

calande

  • Guest
Re: The 01 january 2007 build is out.
« Reply #4 on: January 02, 2007, 07:09:59 am »
Hello, where do I get:

2) mingwm10.dll
3) wxmsw26u_gcc_cb.dll

Please...

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 01 january 2007 build is out.
« Reply #5 on: January 02, 2007, 07:34:31 am »
Hello, where do I get:

2) mingwm10.dll
3) wxmsw26u_gcc_cb.dll

Please...

They are always provided with the Nightly Release Post. I'm quoting from the post itself.

Download wxmsw26u_gcc_cb.dll from the following link.
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

Download mingwm10.dll from the following link-
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

Hope this helps.
Be a part of the solution, not a part of the problem.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 01 january 2007 build is out.
« Reply #6 on: January 02, 2007, 08:36:49 am »
  • Fixed locating build scripts when using absolute/relative pathnames (also handle variables now in script filenames)
  • Added build scripts related functions in script bindings for CompileOptionsBase

What are the added functions and how they work?  :)   Please provide some details or link to them.

Code
        virtual void SetBuildScripts(const wxArrayString& scripts);
        virtual const wxArrayString& GetBuildScripts() const;
        virtual void AddBuildScript(const wxString& script);
        virtual void RemoveBuildScript(const wxString& script);

Wiki documentation will probably be updated later today.
Be patient!
This bug will be fixed soon...

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 01 january 2007 build is out.
« Reply #7 on: January 02, 2007, 08:38:33 am »
Thanks for your reply. I'm waiting for the Wiki update.  :)
Be a part of the solution, not a part of the problem.

agent007se

  • Guest
Re: The 01 january 2007 build is out.
« Reply #8 on: January 02, 2007, 12:16:24 pm »
There's a little error in the topic : "The 01 January 2006 build is out." (may be useful for the next copy/past ... :P)

calande

  • Guest
Re: The 01 january 2007 build is out.
« Reply #9 on: January 02, 2007, 12:18:34 pm »
Thanks, perfect  :)

Offline i25ffz

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 01 january 2007 build is out.
« Reply #10 on: January 02, 2007, 03:16:58 pm »
When I import a project, an error happen, but can import project successfully.

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
Re: The 01 january 2007 build is out.
« Reply #11 on: January 02, 2007, 03:49:47 pm »
Codeblocks sometimes crashes if i stop the debugger!!!

Error occured on Tuesday, January 2, 2007 at 15:47:43.

L:\Program Files\CodeBlocks\codeblocks.exe caused an Access Violation at location 619d8b96 in module L:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll Writing to location 00000000.

Registers:
eax=00000000 ebx=00000000 ecx=00000001 edx=0394eff0 esi=00000001 edi=01c7f854
eip=619d8b96 esp=0022f608 ebp=0022f620 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246

Call stack:
619D8B96  L:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:619D8B96  _ZN18wxBaseArrayPtrVoid3AddEPKvj
6D8D3EF9  L:\Program Files\CodeBlocks\share\codeblocks\plugins\debugger.dll:6D8D3EF9
6D88C5B5  L:\Program Files\CodeBlocks\share\codeblocks\plugins\debugger.dll:6D88C5B5
6D8B44E5  L:\Program Files\CodeBlocks\share\codeblocks\plugins\debugger.dll:6D8B44E5
6D8971BE  L:\Program Files\CodeBlocks\share\codeblocks\plugins\debugger.dll:6D8971BE
6D89A57F  L:\Program Files\CodeBlocks\share\codeblocks\plugins\debugger.dll:6D89A57F
61A6A9C8  L:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:61A6A9C8  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
61A6AD8C  L:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:61A6AD8C  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
61A6BD69  L:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:61A6BD69  _ZN12wxEvtHandler12ProcessEventER7wxEvent
61A6BBA6  L:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:61A6BBA6  _ZN12wxEvtHandler20ProcessPendingEventsEv
619C1C94  L:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:619C1C94  _ZN12wxAppConsole20ProcessPendingEventsEv
61E19948  L:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:61E19948  _ZN18wxHtmlSearchStatus8IsActiveEv
77D3EAF2  L:\WINDOWS\system32\USER32.dll:77D3EAF2  EnableMenuItem
77D3EA9E  L:\WINDOWS\system32\USER32.dll:77D3EA9E  EnableMenuItem
77D3EBF3  L:\WINDOWS\system32\USER32.dll:77D3EBF3  CallNextHookEx
7C90EAE3  L:\WINDOWS\system32\ntdll.dll:7C90EAE3  KiUserCallbackDispatcher
61AAD194  L:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:61AAD194  _ZN11wxEventLoop8DispatchEv
61AAD020  L:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:61AAD020  _ZN11wxEventLoop3RunEv
61B46D6E  L:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:61B46D6E  _ZN9wxAppBase8MainLoopEv
004049F8  L:\Program Files\CodeBlocks\codeblocks.exe:004049F8
61A03C97  L:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:61A03C97  _Z14wxUninitializev
61A73C9A  L:\Program Files\CodeBlocks\wxmsw26u_gcc_cb.dll:61A73C9A  _Z7wxEntryP11HINSTANCE__S0_Pci
00401874  L:\Program Files\CodeBlocks\codeblocks.exe:00401874
0047122A  L:\Program Files\CodeBlocks\codeblocks.exe:0047122A
00401237  L:\Program Files\CodeBlocks\codeblocks.exe:00401237
004012A8  L:\Program Files\CodeBlocks\codeblocks.exe:004012A8
7C816FD7  L:\WINDOWS\system32\kernel32.dll:7C816FD7  RegisterWaitForInputIdle