Author Topic: The 18 October 2008 build (5274) is out.  (Read 61613 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 18 October 2008 build (5274) is out.
« on: October 18, 2008, 07:46:47 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx289.7z

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

The 18 October 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20081018_rev5274_win32.7z
  - Linux :
   none

Resolved Fixed:

  • Incremental Search: fix for windows to make text control update bg-colour immediately
  • todo list plugin: implemented sorting of columns

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


wzt226

  • Guest
Re: The 18 October 2008 build (5274) is out.
« Reply #1 on: October 18, 2008, 08:55:49 pm »
Thanks,good job.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 18 October 2008 build (5274) is out.
« Reply #2 on: October 18, 2008, 09:54:15 pm »
I just uploaded the nightlies for debian to my server (see signature).

It's r5273 (r5274 is the revision number of a test-branch).

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 18 October 2008 build (5274) is out.
« Reply #3 on: October 19, 2008, 08:17:34 am »
hi
my svn 5275 build missed
#include "logmanager.h" and <wx/menu.h> in classwizard.cpp

i'm not using precompiled headers
./configure --with-contrib-plugins=all --prefix=/usr --disable-pch

thanks for a greate tool!

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 18 October 2008 build (5274) is out.
« Reply #4 on: October 19, 2008, 09:26:14 am »
hi
my svn 5275 build missed
#include "logmanager.h" and <wx/menu.h> in classwizard.cpp

i'm not using precompiled headers
./configure --with-contrib-plugins=all --prefix=/usr --disable-pch

thanks for a greate tool!

done

Offline SR

  • Multiple posting newcomer
  • *
  • Posts: 22
    • My blog
Re: The 18 October 2008 build (5274) is out.
« Reply #5 on: October 19, 2008, 12:30:39 pm »

Offline Fizick

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: The 18 October 2008 build (5274) is out.
« Reply #6 on: October 19, 2008, 03:54:35 pm »
It's r5273 (r5274 is the revision number of a test-branch).

so, r5274 is not stable branch? What feature is tested in this "test-brach"?

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 18 October 2008 build (5274) is out.
« Reply #7 on: October 19, 2008, 06:20:59 pm »
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui
« Last Edit: October 20, 2008, 10:48:36 pm by pasgui »

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 18 October 2008 build (5274) is out.
« Reply #8 on: October 19, 2008, 07:12:32 pm »
Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx288) can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 18 October 2008 build (5274) is out.
« Reply #9 on: October 19, 2008, 07:58:05 pm »
so, r5274 is not stable branch? What feature is tested in this "test-brach"?
You can see yourself easily:
http://svn.berlios.de/wsvn/codeblocks/branches/scintilla/#_branches_scintilla_

...it's open source! ;-)
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 Fizick

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: The 18 October 2008 build (5274) is out.
« Reply #10 on: October 20, 2008, 03:13:29 pm »
Thanks for link to full-feature web svn!   :)
At wiki page http://www.codeblocks.org/downloads/svn
i found a link to much more stripped page http://www.codeblocks.org/downloads/svn only


« Last Edit: October 20, 2008, 03:43:44 pm by Fizick »

Offline korDen

  • Single posting newcomer
  • *
  • Posts: 3
Re: The 18 October 2008 build (5274) is out.
« Reply #11 on: October 22, 2008, 01:35:58 pm »
Syntax highlighting is broken a little - multiline commented code color is not changed (not redrawn?) when I remove the "/*" at the beginning of the comment (code remains gray even though code is not commented anymore) until I put mouse somewhere in middle of that multiline comment and type one char. This forces the code to be repainted and restores proper hi-liting. Similar issue exists for Build Output window - put some other window on top of C::B so that it closes output window, then Alt-Tab to C::B to see that output window is garbaged (not repainted).

(btw, is this a right thread to post such stuff?)

Offline luoyonggang

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: The 18 October 2008 build (5274) is out.
« Reply #12 on: October 23, 2008, 05:30:41 am »
I find a bug that when I create a peject with a path such as "D:\Good Places\你好啊 这是哪里\PKU\", or create a file that with Chinese file name then, when I compile it, It's can't show the correct path when  the compiler reporting errors or   warmings. I am using the GCC compiler 4.3.2 MinGW version. and under Windows XP SP3 system. The codeblocks version is this version.

Offline XayC

  • Multiple posting newcomer
  • *
  • Posts: 94
Re: The 18 October 2008 build (5274) is out.
« Reply #13 on: October 23, 2008, 09:29:59 pm »
On Windows XP, using this Nightly, if I try to drag to a side of the screen the 'Incremental Search' button-bar CB crashes.

Regards, XayC

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 18 October 2008 build (5274) is out.
« Reply #14 on: October 24, 2008, 12:45:05 am »
On Windows XP, using this Nightly, if I try to drag to a side of the screen the 'Incremental Search' button-bar CB crashes.

Regards, XayC

I did not have such issues until now, but I don't use downloaded nightly builds, only self-compiled ones.
I will download the actual nightly and the wxWidgets dll tomorrow at work and test it on a "clean" XP-system.

Did you also try to drag one (or more) of the other toolbars ?
Moving the toolbar is handled by the wxAuiManager of the C::B MainFrame, not by the plugin itself.

Is there a crashreport available inside C::B's executable directory ("codeblocks.rpt")?
If yes, it would be good to post the appropriate content of the crashreport. Only the part that was written, when C::B crashes because of th toolbar moving/dragging is of interest, there might be content "belonging" to other crashs inside it, too.

Offline XayC

  • Multiple posting newcomer
  • *
  • Posts: 94
Re: The 18 October 2008 build (5274) is out.
« Reply #15 on: October 24, 2008, 11:54:59 pm »
I did some more tests:

1) The crash is not caused by the Incremental Search plug-in because it happens while dragging any button-bar.
2) It happens with my personal settings and with cleared settings (I tried to delete the configuration files).
3) This is the content of the RPT file:
Code
C:\Program Files\CodeBlocks\codeblocks.exe caused an Access Violation at location 6cf0e898 in module C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll Reading from location 00000000.

Registers:
eax=00000000 ebx=00c30370 ecx=00000010 edx=016b9cec esi=6d2884e8 edi=0022e3f0
eip=6cf0e898 esp=0022e2ac ebp=0022e2c4 iopl=0         nv up ei pl nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010202

Call stack:
6CF0E898  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CF0E898  _ZN12wxAuiManager23OnFloatingPaneMoveStartEP8wxWindow
6CF21BC1  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CF21BC1  _ZN18wxAuiFloatingFrame11OnMoveStartEv
6CF2210C  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CF2210C  _ZN18wxAuiFloatingFrame11OnMoveEventER11wxMoveEvent
6CCCB14E  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCB14E  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
6CCCC729  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCC729  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
6CCCCBEF  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCBEF  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CD1AA37  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1AA37  _ZN8wxWindow10HandleMoveEii
6CD1D1C1  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1D1C1  _ZN8wxWindow13MSWWindowProcEjjl
6CD3A587  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD3A587  _ZN7wxFrame13MSWWindowProcEjjl
6CD17592  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD17592  _Z9wxWndProcP6HWND__jjl@16
7E398734  C:\WINDOWS\system32\USER32.dll:7E398734  GetDC
7E398816  C:\WINDOWS\system32\USER32.dll:7E398816  GetDC
7E3AC03D  C:\WINDOWS\system32\USER32.dll:7E3AC03D  UserLpkPSMTextOut
7E3A8DD9  C:\WINDOWS\system32\USER32.dll:7E3A8DD9  DefWindowProcW
5B181AF6  C:\WINDOWS\system32\uxtheme.dll:5B181AF6
5B181B3D  C:\WINDOWS\system32\uxtheme.dll:5B181B3D
7E3A94ED  C:\WINDOWS\system32\USER32.dll:7E3A94ED  GetPropW
6CD16433  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD16433  _ZN8wxWindow16MSWDefWindowProcEjjl
6CD1CAE2  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1CAE2  _ZN8wxWindow13MSWWindowProcEjjl
6CD3A587  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD3A587  _ZN7wxFrame13MSWWindowProcEjjl
6CD17592  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD17592  _Z9wxWndProcP6HWND__jjl@16
7E398734  C:\WINDOWS\system32\USER32.dll:7E398734  GetDC
7E3ABDF1  C:\WINDOWS\system32\USER32.dll:7E3ABDF1  UserLpkPSMTextOut
7E3A8EA0  C:\WINDOWS\system32\USER32.dll:7E3A8EA0  DefWindowProcW
7E3ABE3B  C:\WINDOWS\system32\USER32.dll:7E3ABE3B  UserLpkPSMTextOut
7C91E453  C:\WINDOWS\system32\ntdll.dll:7C91E453  KiUserCallbackDispatcher
6CD160CF  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD160CF  _ZN8wxWindow18SetWindowStyleFlagEl
6CF22655  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CF22655  _ZN18wxAuiFloatingFrame13SetPaneWindowERK13wxAuiPaneInfo
6CF1623B  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CF1623B  _ZN12wxAuiManager6UpdateEv
6CF19932  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CF19932  _ZN12wxAuiManager8OnMotionER12wxMouseEvent
6CCCB14E  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCB14E  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
6CCCC729  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCC729  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
6CCCCBEF  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCBEF  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CD1B46D  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1B46D  _ZN8wxWindow16HandleMouseEventEjiij
6CD1B8C4  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1B8C4  _ZN8wxWindow15HandleMouseMoveEiij
6CD1D211  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1D211  _ZN8wxWindow13MSWWindowProcEjjl
6CD3A587  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD3A587  _ZN7wxFrame13MSWWindowProcEjjl
6CD17592  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD17592  _Z9wxWndProcP6HWND__jjl@16
7E398734  C:\WINDOWS\system32\USER32.dll:7E398734  GetDC
7E398816  C:\WINDOWS\system32\USER32.dll:7E398816  GetDC
7E3989CD  C:\WINDOWS\system32\USER32.dll:7E3989CD  GetWindowLongW
7E398A10  C:\WINDOWS\system32\USER32.dll:7E398A10  DispatchMessageW
6CCFCED0  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCFCED0  _ZN11wxEventLoop14ProcessMessageEP6tagMSG
6CCFD1DC  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCFD1DC  _ZN11wxEventLoop8DispatchEv
6CD92EB3  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD92EB3  _ZN17wxEventLoopManual3RunEv
6CD7051B  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD7051B  _ZN9wxAppBase8MainLoopEv
00403A60  C:\Program Files\CodeBlocks\codeblocks.exe:00403A60
6CC7729D  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CC7729D  _Z12wxInitializeiPPw
6CCD2EA8  C:\Program Files\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCD2EA8  _Z7wxEntryP11HINSTANCE__S0_Pci
00405FC8  C:\Program Files\CodeBlocks\codeblocks.exe:00405FC8
0044F0B8  C:\Program Files\CodeBlocks\codeblocks.exe:0044F0B8
0040124B  C:\Program Files\CodeBlocks\codeblocks.exe:0040124B
004012B8  C:\Program Files\CodeBlocks\codeblocks.exe:004012B8
7C817067  C:\WINDOWS\system32\kernel32.dll:7C817067  RegisterWaitForInputIdle

XayC

Offline pingor

  • Single posting newcomer
  • *
  • Posts: 4
Re: The 18 October 2008 build (5274) is out.
« Reply #16 on: October 28, 2008, 06:07:53 am »
Very good! Support Code::Blocks!!!

wzt226

  • Guest
Re: The 18 October 2008 build (5274) is out.
« Reply #17 on: October 29, 2008, 03:51:44 am »
great job! please Go ON.

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 18 October 2008 build (5274) is out.
« Reply #18 on: October 29, 2008, 04:52:01 pm »
I found a small problem with importing projects by double clicking the project files...

you know that .cbp files are assosiated with C::B, so if you double click them C::B starts and opens the project...

now I also assosiated .vcproj and .dev projects with C::B...
when I now double click this projects C::B starts but doesn't load the project...
I'll have to double click this projects when C::B is already running and then I get the import dialog (select compiler) and C::B loads/imports the project...

well, it's not a realy big problem though, but I thought to mention this... ;)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 18 October 2008 build (5274) is out.
« Reply #19 on: October 29, 2008, 07:15:45 pm »
I found a small problem with importing projects by double clicking the project files...

you know that .cbp files are assosiated with C::B, so if you double click them C::B starts and opens the project...

now I also assosiated .vcproj and .dev projects with C::B...
when I now double click this projects C::B starts but doesn't load the project...
I'll have to double click this projects when C::B is already running and then I get the import dialog (select compiler) and C::B loads/imports the project...

well, it's not a realy big problem though, but I thought to mention this... ;)

but a problem it is. Could you register it in our bug tracker on berlios ? Many thanks.

Offline Acs

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 18 October 2008 build (5274) is out.
« Reply #20 on: November 01, 2008, 09:04:50 pm »
Is it just me or does the code complete feature fail if you use a variable or something in an if statement with (   ??

Offline XayC

  • Multiple posting newcomer
  • *
  • Posts: 94
Re: The 18 October 2008 build (5274) is out.
« Reply #21 on: November 02, 2008, 10:25:16 am »
I found some information on the crash I reported in this thread: it looks like a wxAUI bug recently introduced (probably with wxWidgets 2.8.9). Only on some machines, when a button-bar is undocked,  CB will always crash.
Looks like it's a known problem: http://trac.wxwidgets.org/ticket/9931

Quoted from the report:
Quote
On some machines (I found 3 machines of 7) undocking (always) Toolbar in wxAUI (fixed and floating pane) causes access violation (wx craches) - wxAuiPaneInfo::frame resets to NULL.

EDIT: I can confirm that this problem happens only with wxWidgets 2.8.9. If I run CB using the previous wxmsw28u_gcc_cb.dll (2.8.8) there is no crash, if I switch to the latest DLL then undocking crashes.

EDIT2: And this is the change that causes the crash (which was commited between 2.8.8 release and 2.8.9 release): http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/src/aui/floatpane.cpp?r1=53774&r2=54905

XayC
« Last Edit: November 02, 2008, 11:39:29 am by XayC »

Offline lp08

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 18 October 2008 build (5274) is out.
« Reply #22 on: November 02, 2008, 02:17:57 pm »
Codeblocks crash sometimes when i compile my project (use Rebuild in an workspace with multiple project).
This is the report from rpt file:
Code
Error occured on Sunday, November 2, 2008 at 13:44:04.

C:\Programmi\CodeBlocks\codeblocks.exe caused an Access Violation at location 056e7385 Reading from location d2c62d32.

Registers:
eax=029e2250 ebx=6d25bea0 ecx=77bfc2e3 edx=02a6e478 esi=64c5eb30 edi=0022fd68
eip=056e7385 esp=0022f80c ebp=0022f818 iopl=0         nv up ei pl nz na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010206

Call stack:
056E7385
61865F5D  C:\Programmi\CodeBlocks\codeblocks.dll:61865F5D  _ZN12PipedProcess8HasInputEv
64BA8EFC  C:\Programmi\CodeBlocks\share\codeblocks\plugins\compiler.dll:64BA8EFC
6CCCB14E  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCB14E  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
6CCCC729  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCC729  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
6CCCCBEF  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCBEF  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CD704A6  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD704A6  _ZN9wxAppBase14SendIdleEventsEP8wxWindowR11wxIdleEvent
6CD705D8  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD705D8  _ZN9wxAppBase11ProcessIdleEv
6CD92EA1  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD92EA1  _ZN17wxEventLoopManual3RunEv
6CD7051B  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD7051B  _ZN9wxAppBase8MainLoopEv
00403A60  C:\Programmi\CodeBlocks\codeblocks.exe:00403A60
6CC7729D  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CC7729D  _Z12wxInitializeiPPw
6CCD2EA8  C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCD2EA8  _Z7wxEntryP11HINSTANCE__S0_Pci
00405FC8  C:\Programmi\CodeBlocks\codeblocks.exe:00405FC8
0044F0B8  C:\Programmi\CodeBlocks\codeblocks.exe:0044F0B8
0040124B  C:\Programmi\CodeBlocks\codeblocks.exe:0040124B
004012B8  C:\Programmi\CodeBlocks\codeblocks.exe:004012B8
7C817067  C:\WINDOWS\system32\kernel32.dll:7C817067  RegisterWaitForInputIdle

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 18 October 2008 build (5274) is out.
« Reply #23 on: November 02, 2008, 03:23:00 pm »
@Jens, Morton : the fix you once mentioned to avoid the crash has made it no longer to occur for me. Time to commit ??

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 18 October 2008 build (5274) is out.
« Reply #24 on: November 02, 2008, 06:03:41 pm »
@Jens, Morton : the fix you once mentioned to avoid the crash has made it no longer to occur for me. Time to commit ??
Morton had no such crashes with this patch, too.
I only use C::B on win for web-development in the moment, but it should be harmless in any cases, I hope

So, I just committed the fix (r5296).

Offline hangl

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 18 October 2008 build (5274) is out.
« Reply #25 on: November 03, 2008, 05:35:19 am »
a little problem of using wxsmith.

First Create a wxsmith project, then add a wxStaticText on frame (or dialog) fill the lable with a Chinese world such as 中文。
compile project :

result error:

D:\codedump\test\testMain.cpp|66|error: converting to execution character set: Illegal byte sequence|


I am using GCC 4.2  WinXP SP2 Chinese.

Offline hangl

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 18 October 2008 build (5274) is out.
« Reply #26 on: November 03, 2008, 05:43:04 am »
a little problem of using wxsmith.

First Create a wxsmith project, then add a wxStaticText on frame (or dialog) fill the lable with a Chinese world such as 中文。
compile project :

result error:

D:\codedump\test\testMain.cpp|66|error: converting to execution character set: Illegal byte sequence|


I am using GCC 4.2  WinXP SP2 Chinese.



I have sloved the problem :the answer is using " -finput-charset=GBK"
:http://groups.csdn.net/wxWidgets/topic/27d5c4e9-97b9-465c-8f17-ccae289ec116.aspx.

Offline critic

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: The 18 October 2008 build (5274) is out.
« Reply #27 on: November 06, 2008, 09:46:16 am »
When using a C++ templates (for example, with parameter T) the code completion feature doesn't work for object of specified type T = SomeClass (object is within the template class in public section).
Look for some code:

class SomeClass
{
public:
   void some_method() {}
};

template <class T>
class TemplateClass
{
public:
   T some_object;
};

int main()
{
   SomeClass object1;
   object1. //.!!! //Yes! Here code completion feature works good! (shown list with one item: ()some_method)
   TemplateClass<SomeClass> object2;
   object2.some_object. //...? //Here, I think, must be the same result, isn't it?
   return 0;
}

Another problem with code completion - it doesn't work after functions, that return pointer, and -> printed after them.
Try this code as the above one:

class SomeClass
{
public:
   void some_method1() {}
};

class AnotherClass
{
private:
   SomeClass object;
public:
   SomeClass* some_method2() {return &object;}
   
};

int main()
{
   AnotherClass object;
   object.some_method2()-> //...? //Here, I think, must be dropped down the list with one item: ()some_method1
   return 0;
}

Please, fix this problems!
With regards, critic

Offline hangl

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 18 October 2008 build (5274) is out.
« Reply #28 on: November 07, 2008, 05:42:51 am »
codesnippets crash!
double click an item  created before( maybe almost year ago i do not remmber the exact time), CB Crashed .
=====================================================
Error occured on Friday, November 7, 2008 at 12:12:26.

D:\codeblocks\codeblocks.exe caused an Access Violation at location 038812c7 in module D:\codeblocks\share\codeblocks\plugins\codesnippets.dll Reading from location 00000190.

Registers:
eax=00000000 ebx=00d44a40 ecx=00000000 edx=00000000 esi=038cde90 edi=0023ec0c
eip=038812c7 esp=0023e6a0 ebp=0023e6b8 iopl=0         nv up ei pl nz na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010206

Call stack:
038812C7  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:038812C7
038A563D  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:038A563D
038A5EDD  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:038A5EDD
0385F9D4  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:0385F9D4
03860AB8  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:03860AB8
0386851D  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:0386851D
0386C141  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:0386C141
6CCCAC0E  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CCCAC0EDwarf Error: found dwarf version '16898', this reader only handles version 2 information.  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
6CCCC1E9  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CCCC1E9  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
6CCCC6AF  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CCCC6AF  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CDE27EA  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CDE27EA  _ZN12wxWindowBase9TryParentER7wxEvent
6CCCC661  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CCCC661  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CD692A9  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CD692A9  _ZN10wxTreeCtrl11MSWOnNotifyEilPl
6CD15697  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CD15697  _ZN8wxWindow12HandleNotifyEilPl
6CD1CBBE  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CD1CBBE  _ZN8wxWindow13MSWWindowProcEjjl
6CD17012  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CD17012  _Z9wxWndProcP6HWND__jjl@16
77D18734  C:\WINDOWS\system32\USER32.dll:77D18734  GetDC
77D18816  C:\WINDOWS\system32\USER32.dll:77D18816  GetDC
77D1B89B  C:\WINDOWS\system32\USER32.dll:77D1B89B  GetParent
77D1B903  C:\WINDOWS\system32\USER32.dll:77D1B903  SendMessageW
7719AFF1  C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\COMCTL32.DLL:7719AFF1  Ordinal414
771BA3CB  C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\COMCTL32.DLL:771BA3CB  Ordinal384
771BAB7F  C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\COMCTL32.DLL:771BAB7F  Ordinal384
77D18734  C:\WINDOWS\system32\USER32.dll:77D18734  GetDC
77D18816  C:\WINDOWS\system32\USER32.dll:77D18816  GetDC
77D1C63F  C:\WINDOWS\system32\USER32.dll:77D1C63F  IsWindowUnicode
77D1C665  C:\WINDOWS\system32\USER32.dll:77D1C665  CallWindowProcW
6CD15ECA  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CD15ECADwarf Error: found dwarf version '16898', this reader only handles version 2 information.  _ZN8wxWindow16MSWDefWindowProcEjjl
6CD1C562  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CD1C562  _ZN8wxWindow13MSWWindowProcEjjl
6CD6A720  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CD6A720  _ZN10wxTreeCtrl13MSWWindowProcEjjl
6CD17012  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CD17012  _Z9wxWndProcP6HWND__jjl@16
77D18734  C:\WINDOWS\system32\USER32.dll:77D18734  GetDC
77D18816  C:\WINDOWS\system32\USER32.dll:77D18816  GetDC
77D189CD  C:\WINDOWS\system32\USER32.dll:77D189CD  GetWindowLongW
77D18A10  C:\WINDOWS\system32\USER32.dll:77D18A10  DispatchMessageW
77D2D99D  C:\WINDOWS\system32\USER32.dll:77D2D99D  IsDialogMessageW
6CD1A053  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CD1A053Dwarf Error: found dwarf version '16897', this reader only handles version 2 information.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2770
Re: The 18 October 2008 build (5274) is out.
« Reply #29 on: November 07, 2008, 02:23:27 pm »
codesnippets crash!
double click an item  created before( maybe almost year ago i do not remmber the exact time), CB Crashed .
=====================================================
Error occured on Friday, November 7, 2008 at 12:12:26.

D:\codeblocks\codeblocks.exe caused an Access Violation at location 038812c7 in module D:\codeblocks\share\codeblocks\plugins\codesnippets.dll Reading from location 00000190.

Registers:
eax=00000000 ebx=00d44a40 ecx=00000000 edx=00000000 esi=038cde90 edi=0023ec0c
eip=038812c7 esp=0023e6a0 ebp=0023e6b8 iopl=0         nv up ei pl nz na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010206

Call stack:
038812C7  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:038812C7
038A563D  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:038A563D
038A5EDD  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:038A5EDD
0385F9D4  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:0385F9D4
03860AB8  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:03860AB8
0386851D  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:0386851D
0386C141  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:0386C141
6CCCAC0E  D:\codeblocks\wxmsw28u_gcc_cb.dll:6CCCAC0EDwarf Error: found dwarf version '16898', this reader only handles version 2 information.  <snip>

Thanks for the report. but...

What operating system? What version of CodeBlocks? What version of CodeSnippets?

Does anyone know how to translate those absolute addresses to plugin locations?
« Last Edit: November 07, 2008, 02:26:27 pm by Pecan »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 18 October 2008 build (5274) is out.
« Reply #30 on: November 07, 2008, 03:45:44 pm »
038812C7  D:\codeblocks\share\codeblocks\plugins\codesnippets.dll:038812C7
[...]
Does anyone know how to translate those absolute addresses to plugin locations?
Try:
addr2line -e [PATH_TO_CODESNIPPETS_DLL] [ADDRESS]
...meaning in the above case:
addr2line -e D:\codeblocks\share\codeblocks\plugins\codesnippets.dll 038812C7
But you need exact that DLL with debugging symbols in the path you point to. Otherwise you have no chance.

I for myself always keep the "devel" folder (the non-stripped one) for a reference exactly for this purpose. Do you remember when I asked you to keep this for the last nightlies, too?! ;-)
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 Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2770
Re: The 18 October 2008 build (5274) is out.
« Reply #31 on: November 08, 2008, 02:52:55 pm »

Try:
addr2line -e [PATH_TO_CODESNIPPETS_DLL] [ADDRESS]
...meaning in the above case:
addr2line -e D:\codeblocks\share\codeblocks\plugins\codesnippets.dll 038812C7
But you need exact that DLL with debugging symbols in the path you point to. Otherwise you have no chance.


Thanks for the add2line tip.


I for myself always keep the "devel" folder (the non-stripped one) for a reference exactly for this purpose. Do you remember when I asked you to keep this for the last nightlies, too?! ;-)

I dont understand what you mean.

Can't I just compile the nightly to which he refers. Won't that produce the dll with the offending address? Then use addr2line against that "devel" Dll?
« Last Edit: November 08, 2008, 03:03:47 pm by Pecan »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 18 October 2008 build (5274) is out.
« Reply #32 on: November 09, 2008, 10:59:27 am »
Can't I just compile the nightly to which he refers. Won't that produce the dll with the offending address? Then use addr2line against that "devel" Dll?
When you just compile C::B as a nightly you have the unstripped version in the "devel" folder, including all symbols. When you run the update script you produce the stripped version in the "output" folder but the unstripped one is of course still in the "devel" folder. (Sounds a bit confusing... try to read two times... ;-) If you provide the "devel" version as a nightly then the package is big but we get meaningful error reports with the addresses already resolved. If you provide the stripped version of the "output" folder we need to resolve the addresses ourselves using the unstripped "devel" version.

If you provide the stripped version as a nightly (as you do IMHO) you need to keep the unstripped version ("devel" folder), too. Only then you can resolve the code line from an address using addr2line. That's what I meant:
Either:
> Provide the nighlies with debugging symbols included (they crunch very well but may cost performance)
Or:
> Keep the unstripped version of the nightly so that we can resolve the addresses to lines using the tool. But then you are the only one who can do so.

Otherwise we have no useful error reports.
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 Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2770
Re: The 18 October 2008 build (5274) is out.
« Reply #33 on: November 09, 2008, 03:03:38 pm »
Can't I just compile the nightly to which he refers. Won't that produce the dll with the offending address? Then use addr2line against that "devel" Dll?
Or:
> Keep the unstripped version of the nightly so that we can resolve the addresses to lines using the tool. But then you are the only one who can do so.

Otherwise we have no useful error reports.

I think you're confusing me with someone else.

But I think you've answered my question.

I thought it would be possible to revert my devel version to the SVN level of the 18 October nightly provided by KillerBot and find the offending line.

But if I understand you, it is possible to "recreate" the 18 October nightly on my own system and find the line via addr2line.

Is that correct?

« Last Edit: November 09, 2008, 03:15:50 pm by Pecan »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 18 October 2008 build (5274) is out.
« Reply #34 on: November 09, 2008, 03:33:24 pm »
But if I understand you, it is possible to "recreate" the 18 October nightly on my own system and find the line via addr2line.

Is that correct?

You can try this, but it will most likely not work, if you and killerbot do not use the exactly same build-environment.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 18 October 2008 build (5274) is out.
« Reply #35 on: November 11, 2008, 12:22:40 pm »
I think you're confusing me with someone else.
Yepp - the "else" is killerbot. Sorry.

But if I understand you, it is possible to "recreate" the 18 October nightly on my own system and find the line via addr2line.
Is that correct?
I am not sure. Because (as Jens said) you are not using killerbot's environment. Technically it *should* work, but practically... just try. If it does not work - forget about it quickly. ;-)

@killerbot: I hope you read this, too. Do you have that "devel" folder still somewhere?!
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 killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 18 October 2008 build (5274) is out.
« Reply #36 on: November 11, 2008, 12:27:35 pm »
nope, only for the last nightly. I will start setting them aside for a few nightlies in a circular manner ;-)