Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on December 24, 2007, 08:17:26 pm

Title: The 24 December 2007 build (4750) is out.
Post by: killerbot on December 24, 2007, 08:17:26 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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx287.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 24 December 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071224_rev4750_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:




And merry X-mass
Title: Re: The 24 December 2007 build (4750) is out.
Post by: Jenna on December 24, 2007, 09:00:54 pm
Binaries and sources for debian are on my repo (see my sig).

The best wishes to all who make this great IDE work and grow.

merry christmas
Title: Re: The 24 December 2007 build (4750) is out.
Post by: tvaster on December 25, 2007, 12:05:49 am
SVN 4742 would not compile for Linux SUSE 10.2

wxscoder.cpp needed:

#include <wx/string.h>

Merry Christmas and thanks for a great development tool !!!
Title: Re: The 24 December 2007 build (4750) is out.
Post by: JGM on December 25, 2007, 02:40:31 am
I also wanted to say thanks for this great piece of software,
God bless you all, and merry christmas  :D
Title: Re: The 24 December 2007 build (4750) is out.
Post by: gala on December 25, 2007, 03:58:47 am
thanks very much for such nice IDE,and
merry christmas
Title: Re: The 24 December 2007 build (4750) is out.
Post by: killerbot on December 25, 2007, 09:13:52 am
SVN 4742 would not compile for Linux SUSE 10.2

wxscoder.cpp needed:

#include <wx/string.h>

Merry Christmas and thanks for a great development tool !!!

fixed : actually wxscoder.h needed the include, and the cpp needed the include of wx/intl.h
Title: Re: The 24 December 2007 build (4750) is out.
Post by: Jan van den Borst on December 25, 2007, 06:07:14 pm
LS
I was tying to add a new dialog in my CBTortoiseSVN plugin but I seems that the context menu in wxsmith is missing. I remember that it was possible to change the TabOrder of objects using the right click (context sensitive) menu. However it is not shown anymore.

A bug???

Merry XMAS
Jan
Title: Re: The 24 December 2007 build (4750) is out.
Post by: Wavesonics on December 25, 2007, 11:21:10 pm
Happy holidays and have a good new years,
Thanks for the best free IDE out there!
Title: Re: The 24 December 2007 build (4750) is out.
Post by: tvaster on December 26, 2007, 06:06:41 am
Quote
SVN 4742 would not compile for Linux SUSE 10.2

wxscoder.cpp needed:

#include <wx/string.h>

Merry Christmas and thanks for a great development tool !!!

fixed : actually wxscoder.h needed the include, and the cpp needed the include of wx/intl.h

Had to change wxscoder.cpp from

<<<<<<< .mine
#include <wx/string.h>
=======
#include <wx/intl.h>
>>>>>>> .r4751

to:

//<<<<<<< .mine
//#include <wx/string.h>
//=======
#include <wx/intl.h>
//>>>>>>> .r4751

to get it to compile. Hope this helps.
Title: Re: The 24 December 2007 build (4750) is out.
Post by: indigo0086 on December 26, 2007, 06:33:23 am
How do I get CB to automatically parse when the program starts up with the project automatically loaded.  I know it does so if I load the project manually, but if it reopens the last project it doesn't reparse.
Title: Re: The 24 December 2007 build (4750) is out.
Post by: killerbot on December 26, 2007, 09:26:52 am
Quote
SVN 4742 would not compile for Linux SUSE 10.2

wxscoder.cpp needed:

#include <wx/string.h>

Merry Christmas and thanks for a great development tool !!!

fixed : actually wxscoder.h needed the include, and the cpp needed the include of wx/intl.h

Had to change wxscoder.cpp from

<<<<<<< .mine
#include <wx/string.h>
=======
#include <wx/intl.h>
>>>>>>> .r4751

to:

//<<<<<<< .mine
//#include <wx/string.h>
//=======
#include <wx/intl.h>
//>>>>>>> .r4751

to get it to compile. Hope this helps.

that was a merge conflict from svn (it really sucks at merging), have svn revert that file, then it should come into the clean state again. Or delete it and do a svn update.
Title: Re: The 24 December 2007 build (4750) is out.
Post by: pasgui on December 26, 2007, 10:32:59 am
Build for Ubuntu i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)

Best regards, pasgui
Title: Re: The 24 December 2007 build (4750) is out.
Post by: cfdev on December 26, 2007, 05:28:38 pm
Hi all

Package for Slackware 12.0 Here (http://sourceforge.net/projects/slackfr-packs/)

 :D
Bye
Title: Re: The 24 December 2007 build (4750) is out.
Post by: dje on December 26, 2007, 10:34:11 pm
Hi all !

From this build, I noticed that when I double click a word in the editor to copy it, three points (...) appear in the bookmarks margin.
Is it normal ? Is it useful or how can we use them (it seems that clicking on them has no effect).

Dje
Title: Re: The 24 December 2007 build (4750) is out.
Post by: killerbot on December 26, 2007, 11:26:41 pm
Hi all !

From this build, I noticed that when I double click a word in the editor to copy it, three points (...) appear in the bookmarks margin.
Is it normal ? Is it useful or how can we use them (it seems that clicking on them has no effect).

Dje

I don't have that behavior.
Title: Re: The 24 December 2007 build (4750) is out.
Post by: dje on December 26, 2007, 11:41:55 pm
Hi Lieven !

See the snapshot, items has been double clicked.

Win XP SP2, SVN 4750, wxWidgets 2.8.7

Dje



[attachment deleted by admin]
Title: Re: The 24 December 2007 build (4750) is out.
Post by: tvaster on December 27, 2007, 12:09:29 am
Don't have that either. (SUSE 10.2  wxWidgets-2.8.7  SVN 4751
Title: Re: The 24 December 2007 build (4750) is out.
Post by: PJO on December 27, 2007, 07:39:21 am
Thank you for a great development tool. I noticed, starting several releases ago, that trying to add any help file under "Environment/Help Files" causes a crash and program termination. I have observed this problem with Build 4750 on Kubunto 7.04 and with earlier builds on WinXP. Build 4719 does NOT have this problem - at least not on WinXP. I have not tried this build on Linux.

Regards
Title: Re: The 24 December 2007 build (4750) is out.
Post by: killerbot on December 27, 2007, 09:09:11 am
... : that's weird. I don't have this, neither in XP nor in linux (OpenSuse 10.2). Will check my OpenSuse 10.3 later on.
Title: Re: The 24 December 2007 build (4750) is out.
Post by: dje on December 27, 2007, 10:42:06 am
Hi !

I rebooted my PC and have the same behaviour.
I join my configuration snapshots; it may help to reproduce.

My laptop is a Compaq R4000, my resolution is 1280*800

Dje

[attachment deleted by admin]
Title: Re: The 24 December 2007 build (4750) is out.
Post by: killerbot on December 27, 2007, 10:51:52 am
only difference, I didn't had the regex ticked, --> ticked it : no dots for me
Title: Re: The 24 December 2007 build (4750) is out.
Post by: dje on December 27, 2007, 10:57:05 am
What is strange is that it is systematic and does not look like a bad drawing behaviour.
I can put breakpoints, which are drawn behind.
I've always double clicked my words and I've never noticed that (three) point(s).
I looked at the two previous builds but nothing moved in the editor.

 :?: :?: :?:
Title: Re: The 24 December 2007 build (4750) is out.
Post by: rhf on December 27, 2007, 07:28:48 pm
...

These appear to be BrowseMarks set by BrowseTracker.
In View-> Browse Tracker->Settings (or Browse Tracker in Editor context menu)
you can increase toggle delay or change Toggle BrowseMark Key to Ctrl-Left_mouse
(This requires changing the Clear All BrowseMarks to Ctrl_LeftDClick.)
It might be nice to have an option that inhibits all BrowseMarks.


Title: Re: The 24 December 2007 build (4750) is out.
Post by: PJO on December 27, 2007, 07:58:01 pm
Re: Build 4750 crashing when adding help file

First, I apologize if I should be reporting this somewhere else but I'm a newcomer to this forum.

I confirmed on XP that this (crashing when adding help file in "Environment/Help  Files") started happening between Build 4719 (everything is ok) and Build 4731 (crashes when adding help file).  I suspect it's the same for me on linux as Build 4750 crashes on Kubuntu 7.04 when trying to add a help file.

Attached is the crash report when running Build 4731 on XP, which is the Build when the problem (for me) first started.

WinXP SP2, 512M, Dell D600

Regards

[attachment deleted by admin]
Title: Re: The 24 December 2007 build (4750) is out.
Post by: stahta01 on December 27, 2007, 08:35:15 pm
Re: Build 4750 crashing when adding help file

First, I apologize if I should be reporting this somewhere else but I'm a newcomer to this forum.

I confirmed on XP that this (crashing when adding help file in "Environment/Help  Files") started happening between Build 4719 (everything is ok) and Build 4731 (crashes when adding help file).  I suspect it's the same for me on linux as Build 4750 crashes on Kubuntu 7.04 when trying to add a help file.

Attached is the crash report when running Build 4731 on XP, which is the Build when the problem (for me) first started.

WinXP SP2, 512M, Dell D600

Regards

Please re-download the newest wxWidgets 2.8.7 DLL and install correctly in the right place.

http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx287.7z

The error looked like it may be a wrong DLL issue.

Tim S
Title: Re: The 24 December 2007 build (4750) is out.
Post by: dje on December 27, 2007, 09:11:09 pm
...

These appear to be BrowseMarks set by BrowseTracker.
In View-> Browse Tracker->Settings (or Browse Tracker in Editor context menu)
you can increase toggle delay or change Toggle BrowseMark Key to Ctrl-Left_mouse
(This requires changing the Clear All BrowseMarks to Ctrl_LeftDClick.)
It might be nice to have an option that inhibits all BrowseMarks.
That's it !
Thanks for the answer.
It's true I installed this plugin few days ago and didn't find its configuration panel in the Settings Environment/Editor panels.

Dje

Title: Re: The 24 December 2007 build (4750) is out.
Post by: dje on December 27, 2007, 09:36:34 pm
I just got a crash. It seems it comes from codecompletion.
I closed my 2 open projects successively then I tried to open a new one from start page.
RPT report:
Code
Error occured on Thursday, December 27, 2007 at 21:30:49.

C:\DevSofts\CodeBlocks\codeblocks.exe caused an Access Violation at location 00000000 Reading from location 00000000.

Registers:
eax=016d9868 ebx=6cd65090 ecx=00000000 edx=0022d6a0 esi=61a5c3c0 edi=0022dd10
eip=00000000 esp=0022d638 ebp=0022d6e4 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:
00000000
65EB0C07  C:\DevSofts\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EB0C07
65EA10BF  C:\DevSofts\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EA10BF
65EA1131  C:\DevSofts\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EA1131
65EDDC05  C:\DevSofts\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EDDC05  _ZN12cbToolPlugin9BuildMenuEP9wxMenuBar
61856521  C:\DevSofts\CodeBlocks\codeblocks.dll:61856521  _ZN7Manager12ProcessEventER15CodeBlocksEvent
61860638  C:\DevSofts\CodeBlocks\codeblocks.dll:61860638  _ZN13PluginManager13NotifyPluginsER15CodeBlocksEvent
61887F3B  C:\DevSofts\CodeBlocks\codeblocks.dll:61887F3B  _ZN14ProjectManager16WorkspaceChangedEv
61889298  C:\DevSofts\CodeBlocks\codeblocks.dll:61889298  _ZN14ProjectManager12CloseProjectEP9cbProjectbb
618893A9  C:\DevSofts\CodeBlocks\codeblocks.dll:618893A9  _ZN14ProjectManager14OnCloseProjectER14wxCommandEvent
6CCCA4AE  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCA4AE  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
6CCCBA89  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBA89  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
6CCCBFBF  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBFBF  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CDE07FA  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CDE07FA  _ZN12wxWindowBase9TryParentER7wxEvent
6CCCBF71  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF71  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CDE07FA  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CDE07FA  _ZN12wxWindowBase9TryParentER7wxEvent
6CCCBF71  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF71  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CDBA8E1  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CDBA8E1  _ZN10wxMenuBase9SendEventEii
6CD464FA  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD464FA  _ZN6wxMenu10MSWCommandEjt
6CD18E6A  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD18E6A  _ZN8wxWindow13HandleCommandEttPv
6CD1C2A2  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1C2A2  _ZN8wxWindow13MSWWindowProcEjjl
6CD68BE0  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD68BE0  _ZN10wxTreeCtrl13MSWWindowProcEjjl
6CD147A1  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD147A1  _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
6CD16099  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD16099  _ZN8wxWindow11DoPopupMenuEP6wxMenuii
619350A4  C:\DevSofts\CodeBlocks\codeblocks.dll:619350A4  _ZN12wxWindowBase9PopupMenuEP6wxMenuRK7wxPoint
6188DBEB  C:\DevSofts\CodeBlocks\codeblocks.dll:6188DBEB  _ZN14ProjectManager8ShowMenuE12wxTreeItemIdRK7wxPoint
6188DCE6  C:\DevSofts\CodeBlocks\codeblocks.dll:6188DCE6  _ZN14ProjectManager20OnTreeItemRightClickER11wxTreeEvent
6CCCA4AE  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCA4AE  _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
6CCCBA89  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBA89  _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
6CCCBFBF  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBFBF  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCBF61  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF61  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CDE07FA  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CDE07FA  _ZN12wxWindowBase9TryParentER7wxEvent
6CCCBF71  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF71  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CDE07FA  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CDE07FA  _ZN12wxWindowBase9TryParentER7wxEvent
6CCCBF71  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCBF71  _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CD67BF9  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD67BF9  _ZN10wxTreeCtrl11MSWOnNotifyEilPl
6CD146B7  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD146B7  _ZN8wxWindow12HandleNotifyEilPl
6CD1BC7D  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1BC7D  _ZN8wxWindow13MSWWindowProcEjjl
6CD147A1  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD147A1  _Z9wxWndProcP6HWND__jjl@16
7E398734  C:\WINDOWS\system32\USER32.dll:7E398734  GetDC
7E398816  C:\WINDOWS\system32\USER32.dll:7E398816  GetDC
7E39B89B  C:\WINDOWS\system32\USER32.dll:7E39B89B  GetParent
7E39B903  C:\WINDOWS\system32\USER32.dll:7E39B903  SendMessageW
773AAFF1  C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\COMCTL32.DLL:773AAFF1  Ordinal414
773C9F2C  C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\COMCTL32.DLL:773C9F2C  Ordinal384
773CAB5F  C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\COMCTL32.DLL:773CAB5F  Ordinal384
7E398734  C:\WINDOWS\system32\USER32.dll:7E398734  GetDC
7E398816  C:\WINDOWS\system32\USER32.dll:7E398816  GetDC
7E39C63F  C:\WINDOWS\system32\USER32.dll:7E39C63F  IsWindowUnicode
7E39C665  C:\WINDOWS\system32\USER32.dll:7E39C665  CallWindowProcW
6CD14EEA  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD14EEA  _ZN8wxWindow16MSWDefWindowProcEjjl
6CD1B622  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1B622  _ZN8wxWindow13MSWWindowProcEjjl
6CD68BE0  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD68BE0  _ZN10wxTreeCtrl13MSWWindowProcEjjl
6CD147A1  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD147A1  _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
6CCFC0E0  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCFC0E0  _ZN11wxEventLoop14ProcessMessageEP6tagMSG
6CCFC3EC  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCFC3EC  _ZN11wxEventLoop8DispatchEv
6CD90AE3  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD90AE3  _ZN17wxEventLoopManual3RunEv
6CD6E3EB  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD6E3EB  _ZN9wxAppBase8MainLoopEv
0040374A  C:\DevSofts\CodeBlocks\codeblocks.exe:0040374A
6CC770AD  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CC770AD  _Z12wxInitializeiPPw
6CCD21B8  C:\DevSofts\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCD21B8  _Z7wxEntryP11HINSTANCE__S0_Pci
00405C62  C:\DevSofts\CodeBlocks\codeblocks.exe:00405C62
0044CBA8  C:\DevSofts\CodeBlocks\codeblocks.exe:0044CBA8
0040124B  C:\DevSofts\CodeBlocks\codeblocks.exe:0040124B
004012B8  C:\DevSofts\CodeBlocks\codeblocks.exe:004012B8
7C816FD7  C:\WINDOWS\system32\kernel32.dll:7C816FD7  RegisterWaitForInputIdle

Win XP SP2 Home edition
SVN 4750
wxWidgets 2.8.7

Dje
Title: Re: The 24 December 2007 build (4750) is out.
Post by: wobien on December 28, 2007, 11:24:56 pm
If you use the class wizard to add a new class to your project, it by default creates the definition file in the folder include. However, in the .cpp file it inserts
Code
#include "classfoo.h"
You either have to change that in
Code
#include "include\classfoo.h"
or add the include folder to the search dirs.
Code completion allways suggests  "include\classfoo.h"

Wouldn't it be more logical if the class wizard did the same?
Title: Re: The 24 December 2007 build (4750) is out.
Post by: PJO on December 29, 2007, 03:56:54 am
Re: Build 4750 crashing when adding help file

First, I apologize if I should be reporting this somewhere else but I'm a newcomer to this forum.

I confirmed on XP that this (crashing when adding help file in "Environment/Help  Files") started happening between Build 4719 (everything is ok) and Build 4731 (crashes when adding help file).  I suspect it's the same for me on linux as Build 4750 crashes on Kubuntu 7.04 when trying to add a help file.

Attached is the crash report when running Build 4731 on XP, which is the Build when the problem (for me) first started.

WinXP SP2, 512M, Dell D600

Regards

Please re-download the newest wxWidgets 2.8.7 DLL and install correctly in the right place.

http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx287.7z

The error looked like it may be a wrong DLL issue.

Tim S


Many thanks for the help. I have the correct DLL installed in the main CB folder. Also, and as noted, I have seen this problem with Kubuntu 7.04. I did notice ithe following in the change log in Build 4731, which is when I first observed the problem (previous Build 4719 did NOT have this problem):

"Added default keyword and keyword case support options in help configuration (patch #2114)."

Could this have anything to do with my problem?

Thanks again and regards
Title: Re: The 24 December 2007 build (4750) is out.
Post by: stahta01 on December 29, 2007, 07:44:03 am
Many thanks for the help. I have the correct DLL installed in the main CB folder. Also, and as noted, I have seen this problem with Kubuntu 7.04. I did notice ithe following in the change log in Build 4731, which is when I first observed the problem (previous Build 4719 did NOT have this problem):

"Added default keyword and keyword case support options in help configuration (patch #2114)."

Could this have anything to do with my problem?

Thanks again and regards

I just tried it with my Windows Nightly 4750, using the newest 2.8.7 DLL and MinGW DLL downloaded from CB Site. And, it crashed for me.

Next, I will see if crashes in my development setup.

Tim S
Title: Re: The 24 December 2007 build (4750) is out.
Post by: Albenejean on December 29, 2007, 02:24:59 pm
I can confirm this crash. The debugger stop at line 377 of HelpConfigDialog.cpp (Help plugin).

Quote
"Added default keyword and keyword case support options in help configuration (patch #2114)."
I have commented the line 39 of HelpConfigDialog.cpp to disable the event texDefaultKeyword introduced in this patch. Everything works fine for me now.

Note: I don't know what the OnDefaultKeywordEntry() function has to make (I'm new to wxWidget and CB programming).