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.next.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_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 11 November 2008 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20081111_rev5309_win32.7z
- Linux :
none
Resolved Fixed:
- Help plugin: Fix: Search for "&Help", not "Help" (causes problems with translations)
- many other menu additions/translation fixes
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
Good, I will now try.
Ubuntu 7.04 to 8.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx288) can be found here (http://www.archive-host.com/partage.php?id=zrsl74ypn2qb).
good job.
thank killerbot do a large job menu additions/translation fixes. yesterday.
1. "Open with HexEditor" menu item was the last one in the "File" item list, which seems very strange. :(
2. wxSmith
Add wxPanel
Add wxDialog
Add wxFrame
the translation didn't work for these three items. (and i can't found them in c::b src)
------------------------------------
btw : attach is a mo file for Chinese (zh-CN). work well with c::b svn5309
1 make a sub dir : "Your CodeBlocks install dir\share\CodeBlocks\locale"
2 unzip the .7zip file, copy "zh_CN" dir to "Your CodeBlocks install dir\share\CodeBlocks\locale"
3 Settiongs->Environment -> View -> Check the Internationalization , select Chinese(Simplified)
4 restart c::b
-----------
I have build the Code::Blocks myself from the codeblock's src. I got a codeblocks.exe with a larger size (6.86 MB). and when i run it in the IDE, a msgbox popup with the message:
Cannot find resources...
Code::Blocks was configured to be installed in 'G:\codeblocks\src\devel/share/codeblocks'.
Please use the command-line switch '--prefix' or set the CODEBLOCKS_DATA_DIR environment variable to point where Code::Blocks is installed,
or try re-installing the application...
can anyone help me?
I got it : add cmd line param: --prefix=MY CodeBlocks path
wa~~~ it looks very cool: this is the first time that I run Code::Blocks from Code::Blocks.... :) :) :)
[attachment deleted by admin]
I just uploaded the nightlies for debian to my server (see signature).
Since r5299 I changed the revision from "1.0svnxxxx" to "8.02svnxxxx", because some users ran into trouble. because the 8.02 release is part of Ubuntu 8.10 now.
Build for Ubuntu i386/amd64 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
Best regards, pasgui
For those interested by an updated version of the .pot file adapted to this svn number, have a look at http://forums.next.codeblocks.org/index.php/topic,1022.msg67334.html#msg67334 (http://forums.next.codeblocks.org/index.php/topic,1022.msg67334.html#msg67334). You'll find also a partial translation in French (.po and .mo files) in a second .7z file and an extracting tool in a previous post in the same thread.
gd_on
code-completion can't support VC9 still.
http://forums.next.codeblocks.org/index.php/topic,9513.0.html (http://forums.next.codeblocks.org/index.php/topic,9513.0.html)
I sended message at topic "The 18 October 2008 build (5274) is out." about codecompletion feature.
Can these problems be fixed in the near future?
I use Code::Blocks with mingw 3.4.5.
Code::Blocks is great. It's simple, light, it can work without installation and, at the same time, I can build big projects using it.
Best regards, critic.
1. After I trans IDE interface throught a .mo file...
2. and Setting -> Enviour.. -> Helper ... (I have add two help file)
3. repeat do these : click menu : Setting ->Enviour, Click OK button to close dialog.
now the Help menu: (the menu items count will inc after I Open Setting Dialog every time)
(this BUG don't occurrence in English language package)
[attachment deleted by admin]
I restart Code::Blocks, now the Help menu is ok:
[attachment deleted by admin]
trans work :
In the pop menu in Editor : Find occurrences of: '%s' OR Find occurrences of: Find occurrences of: '
can't been trans.. but :
Find implementation of: '%s'
Find declaration of: '%s'
is OK.
---------------------------
different:
file: codecompletion.cpp , line 358:
msg.Printf(_("Find declaration of: '%s'"), NameUnderCursor.c_str());
but
file: ThreadSearch.cpp :, line: 539
wxString sText = wxT("Find occurrences of: '") + srchString + wxT("'");
as I known the plugin "ThreadSearch" does not support translations,include it's setting dialogs.
Hello,
The compiler bug doesnt' exist anymore, I had a projet that fail every time at build time, now its just show the error as expected.
Thanks for all!!
Etienne de Foras
Well done.
I confirm : no longer random silent crash when compiling with errors.
Good job !
let's help-plugin support execute help.
D:\ycdeng\qpcb\codeblocks\src\plugins\contrib\help_plugin\help_plugin.cpp
line: 612
add:
if (ext.CmpNoCase(_T("exe")) == 0)
{
helpfile += _T(" ") + keyword;
wxExecute(helpfile);
return;
}
Could you tell me: how to advise C::B team apply this patch?
Thanks!
Quote from: Loaden on November 16, 2008, 11:36:37 AM
let's help-plugin support execute help.
D:\ycdeng\qpcb\codeblocks\src\plugins\contrib\help_plugin\help_plugin.cpp
line: 612
add:
if (ext.CmpNoCase(_T("exe")) == 0)
{
helpfile += _T(" ") + keyword;
wxExecute(helpfile);
return;
}
Could you tell me: how to advise C::B team apply this patch?
Thanks!
If I understand correctly, you want an executable be specified as helpfile and want to execute it with the keyword as argument.
You can do this already:
- goto "Settings -> Environment -> Help Files"
- Click "Add" and name your new help entry.
- Choose "Yes" when prompted to browse for a help file.
- Browse for the executable.
- Add " $(keyword)" to the end of path.
- Check the boxes for "This is the default help file (shortcut: F1)" (optionally) and "This line represents a full command to be executed" (needed)
- Click "Ok"
Partly taken from the wiki (http://wiki.codeblocks.org/index.php?title=Using_devhelp_as_a_help_viewer (http://wiki.codeblocks.org/index.php?title=Using_devhelp_as_a_help_viewer)) and slightly modified.
Quote from: jens on November 16, 2008, 01:11:39 PM
If I understand correctly, you want an executable be specified as helpfile and want to execute it with the keyword as argument.
This is my hope to do. thanks!
Nightly 11. Nov. 2008 on WinXP:
C/C++ syntax highlighting seems to be semi-broken.
It works on my .p files but not on my .inc files (embedded development using the PAWN compiler) even when I set the filemask to include these type of files.
It works in CB rel. 8.02.
Does anyone have any good ideas why I can't get this to work in the Nightly build?
I really want that fix to block paste so keeping rel. 8.02 is not really an option.
Thanks in advance.
Webbesen
Quote from: webbesen on November 17, 2008, 10:05:28 PM
Nightly 11. Nov. 2008 on WinXP:
C/C++ syntax highlighting seems to be semi-broken.
It works on my .p files but not on my .inc files (embedded development using the PAWN compiler) even when I set the filemask to include these type of files.
It works in CB rel. 8.02.
Does anyone have any good ideas why I can't get this to work in the Nightly build?
I really want that fix to block paste so keeping rel. 8.02 is not really an option.
Thanks in advance.
Webbesen
Is there no highlighting at all, or is the highlighting incorrect.
I don't know the pawn-language, but I downloaded some source-lines of a pawn tutorial and had no problems with highlighting, after adding "*.p" and "*.inc" to the c/c++ filemask.
What happens, if you chose the highlighting mode from "Edit -> Highlight mode" ?
If you open this submenu you can see which highlight mode is actually in use for the file and chose another one.
Maybe you have an entry for "*.inc" in another languages filemask (it's used for pascal on my system), that is tested before the c/c++ filemask.
Quote from: jens on November 17, 2008, 11:06:18 PM
Maybe you have an entry for "*.inc" in another languages filemask (it's used for pascal on my system), that is tested before the c/c++ filemask.
.inc is one of the worst file extensions I know. It's used in many programming languages, including fortran XXX, pascal and others. Try to look through all file masks if there is *.inc applied somewhere else as Jens suggested and remove it. You may want to remove it from the lexer file as well then... for a "safer" feeling. ;-) This is most likely it.
Hello
I have compiled linux version, warnings are reported as errors in build log, but this generates binaries as well. ( I've not set -Werror flags, I think it's an output error ).
Is this a known issue ?
Quote from: sigzegv on November 18, 2008, 11:45:57 AM
Hello
I have compiled linux version, warnings are reported as errors in build log, but this generates binaries as well. ( I've not set -Werror flags, I think it's an output error ).
Is this a know issue ?
I guess you use either a localized gcc or gcc4.3.
Is that right ?
If it's the first, than read here: http://forums.next.codeblocks.org/index.php/topic,9489.msg67120.html#msg67120 (http://forums.next.codeblocks.org/index.php/topic,9489.msg67120.html#msg67120).
Thnx Jens that was exactly my problem :D
( excuse me to have not searched in forum first.... )
Quote from: jens on November 17, 2008, 11:06:18 PM
Maybe you have an entry for "*.inc" in another languages filemask (it's used for pascal on my system), that is tested before the c/c++ filemask.
Thanks Jens and Morten Macfly.
Of course this was it. I must have been temporarily in sain since I did not think of that!
But hey - at the end of the day I am just a HW engineer now also doing some SW with a very nice and flexible editor :-)
And yes it was the Pascal highlighting shadowing my addition to the C/C++ file mask.
Quote from: MortenMacFly on November 18, 2008, 07:16:51 AM
You may want to remove it from the lexer file as well then... for a "safer" feeling. ;-) This is most likely it.
Excuse my CB newbee questions but I suppose I do that by removing the *.inc part from the line: filemasks="*.pas,*.inc"> in the file lexer_pascal.xml (and any other lexer_xyz.xml file with *.inc in the file mask). Correct?
Thanks again. I really appreciate your help.
Now I just need to figure how to re-compile dmoores ShellExtensions plugin to run with the nightly (binary is complaining about SDK mismatch => plugin not loaded) and I will be back on track with an updated version of my new toy CB.
Quote
Resolved Fixed:
* Help plugin: Fix: Search for "&Help", not "Help" (causes problems with translations)
BUT it bring a new bug about the Help plugin, like:
http://forums.next.codeblocks.org/index.php?action=dlattach;topic=9524.0;attach=2870;image (http://forums.next.codeblocks.org/index.php?action=dlattach;topic=9524.0;attach=2870;image)
Quote from: webbesen on November 18, 2008, 09:52:40 PM
Excuse my CB newbee questions but I suppose I do that by removing the *.inc part from the line: filemasks="*.pas,*.inc"> in the file lexer_pascal.xml (and any other lexer_xyz.xml file with *.inc in the file mask). Correct?
Correct.
I move toolbar and get a crash
crash report
-------------------
Error occured on Wednesday, November 19, 2008 at 21:55:54.
D:\codeblock_old123\codeblocks.exe caused an Access Violation at location 6cf0e898 in module D:\codeblock_old123\wxmsw28u_gcc_cb.dll Reading from location 00000000.
Registers:
eax=00000000 ebx=00f24180 ecx=00000002 edx=010c4434 esi=6d2884e8 edi=0022e110
eip=6cf0e898 esp=0022dfcc ebp=0022dfe4 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 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CF0E898 _ZN12wxAuiManager23OnFloatingPaneMoveStartEP8wxWindow
6CF21BC1 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CF21BC1 _ZN18wxAuiFloatingFrame11OnMoveStartEv
6CF2210C D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CF2210C _ZN18wxAuiFloatingFrame11OnMoveEventER11wxMoveEvent
6CCCB14E D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCB14E _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
6CCCC729 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCC729 _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
6CCCCBEF D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCBEF _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CD1AA37 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD1AA37 _ZN8wxWindow10HandleMoveEii
6CD1D1C1 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD1D1C1 _ZN8wxWindow13MSWWindowProcEjjl
6CD3A587 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD3A587 _ZN7wxFrame13MSWWindowProcEjjl
6CD17592 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD17592 _Z9wxWndProcP6HWND__jjl@16
77D18734 C:\WINDOWS\system32\USER32.dll:77D18734 GetDC
77D18816 C:\WINDOWS\system32\USER32.dll:77D18816 GetDC
77D2C03D C:\WINDOWS\system32\USER32.dll:77D2C03D UserLpkPSMTextOut
77D28DD9 C:\WINDOWS\system32\USER32.dll:77D28DD9 DefWindowProcW
5A411AF6 C:\WINDOWS\system32\uxtheme.dll:5A411AF6
5A411B3D C:\WINDOWS\system32\uxtheme.dll:5A411B3D
77D294ED C:\WINDOWS\system32\USER32.dll:77D294ED GetPropW
6CD16433 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD16433 _ZN8wxWindow16MSWDefWindowProcEjjl
6CD1CAE2 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD1CAE2 _ZN8wxWindow13MSWWindowProcEjjl
6CD3A587 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD3A587 _ZN7wxFrame13MSWWindowProcEjjl
6CD17592 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD17592 _Z9wxWndProcP6HWND__jjl@16
77D18734 C:\WINDOWS\system32\USER32.dll:77D18734 GetDC
77D2BDF1 C:\WINDOWS\system32\USER32.dll:77D2BDF1 UserLpkPSMTextOut
77D28EA0 C:\WINDOWS\system32\USER32.dll:77D28EA0 DefWindowProcW
77D2BE3B C:\WINDOWS\system32\USER32.dll:77D2BE3B UserLpkPSMTextOut
7C92E453 C:\WINDOWS\system32\ntdll.dll:7C92E453 KiUserCallbackDispatcher
6CD160CF D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD160CF _ZN8wxWindow18SetWindowStyleFlagEl
6CF22655 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CF22655 _ZN18wxAuiFloatingFrame13SetPaneWindowERK13wxAuiPaneInfo
6CF1623B D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CF1623B _ZN12wxAuiManager6UpdateEv
6CF19932 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CF19932 _ZN12wxAuiManager8OnMotionER12wxMouseEvent
6CCCB14E D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCB14E _ZN12wxEvtHandler21ProcessEventIfMatchesERK21wxEventTableEntryBasePS_R7wxEvent
6CCCC729 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCC729 _ZN16wxEventHashTable11HandleEventER7wxEventP12wxEvtHandler
6CCCCBEF D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCBEF _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CD1B46D D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD1B46D _ZN8wxWindow16HandleMouseEventEjiij
6CD1B8C4 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD1B8C4 _ZN8wxWindow15HandleMouseMoveEiij
6CD1D211 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD1D211 _ZN8wxWindow13MSWWindowProcEjjl
6CD3A587 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD3A587 _ZN7wxFrame13MSWWindowProcEjjl
6CD17592 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD17592 _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
6CCFCED0 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCFCED0 _ZN11wxEventLoop14ProcessMessageEP6tagMSG
6CCFD1DC D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCFD1DC _ZN11wxEventLoop8DispatchEv
6CD92EB3 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD92EB3 _ZN17wxEventLoopManual3RunEv
6CD7051B D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CD7051B _ZN9wxAppBase8MainLoopEv
00403A60 D:\codeblock_old123\codeblocks.exe:00403A60
6CC7729D D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CC7729D _Z12wxInitializeiPPw
6CCD2EA8 D:\codeblock_old123\wxmsw28u_gcc_cb.dll:6CCD2EA8 _Z7wxEntryP11HINSTANCE__S0_Pci
00405FC8 D:\codeblock_old123\codeblocks.exe:00405FC8
0044F0B8 D:\codeblock_old123\codeblocks.exe:0044F0B8
0040124B D:\codeblock_old123\codeblocks.exe:0040124B
004012B8 D:\codeblock_old123\codeblocks.exe:004012B8
7C817067 C:\WINDOWS\system32\kernel32.dll:7C817067 RegisterWaitForInputIdle
Quote from: webbesen on November 18, 2008, 09:52:40 PM
Now I just need to figure how to re-compile dmoores ShellExtensions plugin to run with the nightly (binary is complaining about SDK mismatch => plugin not loaded) and I will be back on track with an updated version of my new toy CB.
I've rebuilt the ShellExtensions plugin for this nightly: http://developer.berlios.de/project/showfiles.php?group_id=7745&release_id=15437
installation instructions included in the zip file
Updated python plugin binary coming soon
Hi, i've a crash when i click on 'Settings/Environment'. ( version 5309)
This is a part of the report:
<?xml version="1.0" encoding="utf-8"?>
<report version="1.0" kind="exception">
<system description="Linux 2.6.26-1-686 i686"/>
<modules>
<module path="/usr/bin/codeblocks" address="08048000" size="0008d000"/>
.......
.......
<frame level="77" function="g_main_context_dispatch" offset="000001e8"/>
<frame level="78"/>
<frame level="79" function="g_main_loop_run" offset="000001d2"/>
<frame level="80" function="gtk_main" offset="000000b9"/>
<frame level="81" function="wxEventLoop::Run()" offset="0000005c"/>
<frame level="82" function="wxAppBase::MainLoop()" offset="0000004e"/>
<frame level="83" function="wxAppBase::OnRun()" offset="00000021"/>
<frame level="84" function="wxCreateApp()" offset="00000000" file="/tmp/buildd/codeblocks-8.02svn5309/src/src/app.cpp" line="643"/>
</stack>
</report>
This occured also with the previous versions.
On debian/Lenny
I just noticed that I can no longer create new projects. I had the previous nigthly build installed (on debian) and updated now to this one, but that didn't fix it.
I simply get no choice of project wizards, so the OK button is disabled and I can't create anything. With right-click I get offered to modify the config.script, but well, I don't really have an idea what would be wrong in there. I post it in case anyone sees something and can help me:
function RegisterWizards()
{
//
// project wizards
//
RegisterWizard(wizProject, _T("empty"), _T("Empty project"), _T("Console"));
RegisterWizard(wizProject, _T("console"), _T("Console application"), _T("Console"));
RegisterWizard(wizProject, _T("d"), _T("D application"), _T("D language"));
if (PLATFORM == PLATFORM_MSW)
{
RegisterWizard(wizProject, _T("directx"), _T("Direct/X project"), _T("2D/3D Graphics"));
RegisterWizard(wizProject, _T("dll"), _T("Dynamic Link Library"), _T("Console"));
RegisterWizard(wizProject, _T("sys"), _T("Kernel Mode Driver"), _T("Native"));
}
RegisterWizard(wizProject, _T("fltk"), _T("FLTK project"), _T("GUI"));
RegisterWizard(wizProject, _T("glfw"), _T("GLFW project"), _T("2D/3D Graphics"));
RegisterWizard(wizProject, _T("glut"), _T("GLUT project"), _T("2D/3D Graphics"));
RegisterWizard(wizProject, _T("gtk"), _T("GTK+ project"), _T("GUI"));
RegisterWizard(wizProject, _T("irrlicht"), _T("Irrlicht project"), _T("2D/3D Graphics"));
RegisterWizard(wizProject, _T("lf"), _T("Lightfeather project"), _T("2D/3D Graphics"));
if (PLATFORM == PLATFORM_MSW)
RegisterWizard(wizProject, _T("matlab_csf"), _T("Matlab project"), _T("Console"));
RegisterWizard(wizProject, _T("opengl"), _T("OpenGL project"), _T("2D/3D Graphics"));
RegisterWizard(wizProject, _T("ogre"), _T("Ogre project"), _T("2D/3D Graphics"));
RegisterWizard(wizProject, _T("plugins"), _T("Code::Blocks plugin"), _T("Code::Blocks"));
RegisterWizard(wizProject, _T("qt4"), _T("QT4 project"), _T("GUI"));
RegisterWizard(wizProject, _T("sdl"), _T("SDL project"), _T("2D/3D Graphics"));
if (PLATFORM == PLATFORM_MSW)
RegisterWizard(wizProject, _T("smartwin"), _T("SmartWin project"), _T("GUI"));
RegisterWizard(wizProject, _T("staticlib"), _T("Static library"), _T("Console"));
if (PLATFORM == PLATFORM_MSW)
RegisterWizard(wizProject, _T("stlport"), _T("STL port application"), _T("Console"));
RegisterWizard(wizProject, _T("sharedlib"), _T("Shared library"), _T("Console"));
if (PLATFORM == PLATFORM_MSW)
RegisterWizard(wizProject, _T("win32gui"), _T("Win32 GUI project"), _T("GUI"));
RegisterWizard(wizProject, _T("wxwidgets"), _T("wxWidgets project"), _T("GUI"));
//
// build target wizards
//
RegisterWizard(wizTarget, _T("console"), _T("Console"), _T("Console"));
RegisterWizard(wizTarget, _T("staticlib"), _T("Static library"), _T("Console"));
if (PLATFORM == PLATFORM_MSW)
RegisterWizard(wizTarget, _T("dll"), _T("Dynamic Link Library"), _T("Console"));
RegisterWizard(wizTarget, _T("wxwidgets"), _T("wxWidgets"), _T("GUI"));
RegisterWizard(wizProject, _T("arm"), _T("ARM Project"), _T("Embedded Systems"));
RegisterWizard(wizProject, _T("avr"), _T("AVR Project"), _T("Embedded Systems"));
RegisterWizard(wizProject, _T("tricore"), _T("TriCore Project"), _T("Embedded Systems"));
RegisterWizard(wizProject, _T("ppc"), _T("PowerPC Project"), _T("Embedded Systems"));
//
// file wizards
//
RegisterWizard(wizFiles, _T("empty_file"), _T("Empty file"), _T("C/C++"));
RegisterWizard(wizFiles, _T("c_file"), _T("C/C++ source"), _T("C/C++"));
RegisterWizard(wizFiles, _T("h_file"), _T("C/C++ header"), _T("C/C++"));
}
function RegisterWizard(type, folder, title, category)
{
// syntax:
// AddWizard(type, title, category, script, template_png, wizard_png, xrc)
Wizard.AddWizard(type,
title,
category,
folder + _T("/wizard.script"),
folder + _T("/logo.png"),
folder + _T("/wizard.png"),
folder + _T("/wizard.xrc"));
}
Quote from: CuteAlien on November 20, 2008, 02:23:49 AM
I just noticed that I can no longer create new projects. I had the previous nigthly build installed (on debian) and updated now to this one, but that didn't fix it.
I simply get no choice of project wizards, so the OK button is disabled and I can't create anything. With right-click I get offered to modify the config.script, but well, I don't really have an idea what would be wrong in there. I post it in case anyone sees something and can help me:
Do you have the "Scripted wizard"-plugin enabled ("Plugins -> Manage plugins...") ?
If yes does the folder "/usr/share/codeblocks/templates" (with subdirectories) exist ?
Quote from: jens on November 20, 2008, 07:02:07 AM
Do you have the "Scripted wizard"-plugin enabled ("Plugins -> Manage plugins...") ?
Thanks, that was it.
What about new nighty?
cb crash when open an project.
Error occured on Saturday, November 22, 2008 at 18:14:33.
C:\Programmi\CodeBlocks\codeblocks.exe caused an Access Violation at location 7c9209f9 in module C:\WINDOWS\system32\ntdll.dll Reading from location 00000e00.
Registers:
eax=0535ed28 ebx=003f0000 ecx=00000e00 edx=00000100 esi=0535ed20 edi=0535ed00
eip=7c9209f9 esp=0022d674 ebp=0022d680 iopl=0 nv up ei ng nz na po cy
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010287
Call stack:
7C9209F9 C:\WINDOWS\system32\ntdll.dll:7C9209F9 wcsncpy
7C92082C C:\WINDOWS\system32\ntdll.dll:7C92082C wcsncpy
77BFC2DE C:\WINDOWS\system32\msvcrt.dll:77BFC2DE free
65EE25F1 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EE25F1 _ZN8cbPlugin9OnReleaseEb
65EFA7C2 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EFA7C2 _ZNK8cbPlugin9CanDetachEv
65EFAAFE C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EFAAFE _ZNK8cbPlugin9CanDetachEv
65EFB2C2 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EFB2C2 _ZNK8cbPlugin9CanDetachEv
65EFB2A2 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EFB2A2 _ZNK8cbPlugin9CanDetachEv
65EFB2A2 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EFB2A2 _ZNK8cbPlugin9CanDetachEv
65EFB2A2 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EFB2A2 _ZNK8cbPlugin9CanDetachEv
65EFB2A2 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EFB2A2 _ZNK8cbPlugin9CanDetachEv
65EFB2A2 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EFB2A2 _ZNK8cbPlugin9CanDetachEv
65EFB2A2 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EFB2A2 _ZNK8cbPlugin9CanDetachEv
65EFB2A2 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EFB2A2 _ZNK8cbPlugin9CanDetachEv
65EFB2A2 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EFB2A2 _ZNK8cbPlugin9CanDetachEv
65EFAE61 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EFAE61 _ZNK8cbPlugin9CanDetachEv
65EEFE01 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EEFE01 _ZNK8cbPlugin9CanDetachEv
65ECA360 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65ECA360
65EB794F C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EB794F
65EB7C84 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EB7C84
65EA0576 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EA0576
65EA0A05 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EA0A05
65EDEEA5 C:\Programmi\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EDEEA5 _ZN12cbToolPlugin9BuildMenuEP9wxMenuBar
6185C851 C:\Programmi\CodeBlocks\codeblocks.dll:6185C851 _ZN7Manager12ProcessEventER15CodeBlocksEvent
61866988 C:\Programmi\CodeBlocks\codeblocks.dll:61866988 _ZN13PluginManager13NotifyPluginsER15CodeBlocksEvent
6182A37A C:\Programmi\CodeBlocks\codeblocks.dll:6182A37A _ZN13EditorManager13OnPageChangedER19wxFlatNotebookEvent
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
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
6CDE333A C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CDE333A _ZN12wxWindowBase9TryParentER7wxEvent
6CCCCBA1 C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCBA1 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
618DEEA6 C:\Programmi\CodeBlocks\codeblocks.dll:618DEEA6 _ZN14wxFlatNotebook12SetSelectionEj
6182DB1B C:\Programmi\CodeBlocks\codeblocks.dll:6182DB1B _ZN13EditorManager15SetActiveEditorEP10EditorBase
6182EF9D C:\Programmi\CodeBlocks\codeblocks.dll:6182EF9D _ZN13EditorManager4OpenEP10LoaderBaseRK8wxStringiP11ProjectFile
6182F2D1 C:\Programmi\CodeBlocks\codeblocks.dll:6182F2D1 _ZN13EditorManager4OpenERK8wxStringiP11ProjectFile
61889F77 C:\Programmi\CodeBlocks\codeblocks.dll:61889F77 _ZN14ProjectManager10DoOpenFileEP11ProjectFileRK8wxString
6188A6F2 C:\Programmi\CodeBlocks\codeblocks.dll:6188A6F2 _ZN14ProjectManager18DoOpenSelectedFileEv
6188E25E C:\Programmi\CodeBlocks\codeblocks.dll:6188E25E _ZN14ProjectManager22OnProjectFileActivatedER11wxTreeEvent
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
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
6CDE333A C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CDE333A _ZN12wxWindowBase9TryParentER7wxEvent
6CCCCBA1 C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCBA1 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CCCCB91 C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCB91 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CDE333A C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CDE333A _ZN12wxWindowBase9TryParentER7wxEvent
6CCCCBA1 C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCCCBA1 _ZN12wxEvtHandler12ProcessEventER7wxEvent
6CD69A39 C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD69A39 _ZN10wxTreeCtrl11MSWOnNotifyEilPl
6CD15BD7 C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD15BD7 _ZN8wxWindow12HandleNotifyEilPl
6CD1D13E C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1D13E _ZN8wxWindow13MSWWindowProcEjjl
6CD17592 C:\Programmi\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
7E3A927B C:\WINDOWS\system32\USER32.dll:7E3A927B GetParent
7E3A92E3 C:\WINDOWS\system32\USER32.dll:7E3A92E3 SendMessageW
773BB001 C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.DLL:773BB001 Ordinal414
773DA3DB C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.DLL:773DA3DB Ordinal384
773DAB8F C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.DLL:773DAB8F Ordinal384
7E398734 C:\WINDOWS\system32\USER32.dll:7E398734 GetDC
7E398816 C:\WINDOWS\system32\USER32.dll:7E398816 GetDC
7E3AA013 C:\WINDOWS\system32\USER32.dll:7E3AA013 IsWindowUnicode
7E3AA039 C:\WINDOWS\system32\USER32.dll:7E3AA039 CallWindowProcW
6CD1640A C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1640A _ZN8wxWindow16MSWDefWindowProcEjjl
6CD1CAE2 C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD1CAE2 _ZN8wxWindow13MSWWindowProcEjjl
6CD6AEB0 C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD6AEB0 _ZN10wxTreeCtrl13MSWWindowProcEjjl
6CD17592 C:\Programmi\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:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCFCED0 _ZN11wxEventLoop14ProcessMessageEP6tagMSG
6CCFD1DC C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CCFD1DC _ZN11wxEventLoop8DispatchEv
6CD92EB3 C:\Programmi\CodeBlocks\wxmsw28u_gcc_cb.dll:6CD92EB3 _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
I drap toolbar and always get a crash.
:(
-------------------
Error occured on Monday, November 24, 2008 at 00:54:08.
D:\CB_Pack\CodeBlocks_src\src\devel\codeblocks.exe caused an Access Violation at location 105a473d in module D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll Reading from location 00000000.
Registers:
eax=00000000 ebx=103b117c ecx=0000002e edx=0000002f esi=000d02f0 edi=0022e76c
eip=105a473d esp=0022df8c ebp=0022dfa4 iopl=0 nv up ei pl nz ac pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010212
Call stack:
105A473D D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:105A473D wxWindowBase::GetPosition() const C:/wxMSW-2.8.9/build/msw/../../include/wx/window.h:266
103AAEEE D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:103AAEEE wxAuiManager::OnFloatingPaneMoving(wxWindow*, wxDirection) C:/wxMSW-2.8.9/build/msw/../../src/aui/framemanager.cpp:3488
103B11A1 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:103B11A1 wxAuiFloatingFrame::OnMoving(wxRect const&, wxDirection) C:/wxMSW-2.8.9/build/msw/../../src/aui/floatpane.cpp:285
103B1243 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:103B1243 wxAuiFloatingFrame::OnMoveEvent(wxMoveEvent&) C:/wxMSW-2.8.9/build/msw/../../src/aui/floatpane.cpp:183
100011CC D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100011CC wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const C:/wxMSW-2.8.9/build/msw/../../src/common/appbase.cpp:322
100B9B5D D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100B9B5D wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) C:/wxMSW-2.8.9/build/msw/../../src/common/event.cpp:1231
100BD3CF D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100BD3CF wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) C:/wxMSW-2.8.9/build/msw/../../src/common/event.cpp:906
100BD50D D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100BD50D wxEvtHandler::ProcessEvent(wxEvent&) C:/wxMSW-2.8.9/build/msw/../../src/common/event.cpp:1293
100BD54E D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100BD54E wxEvtHandler::ProcessEvent(wxEvent&) C:/wxMSW-2.8.9/build/msw/../../src/common/event.cpp:1300
10124588 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:10124588 wxWindow::HandleMove(int, int) C:/wxMSW-2.8.9/build/msw/../../src/msw/window.cpp:4791
1012DCA3 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:1012DCA3 wxWindow::MSWWindowProc(unsigned, unsigned, long) C:/wxMSW-2.8.9/build/msw/../../src/msw/window.cpp:2663
1011BEA5 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:1011BEA5 wxTopLevelWindowMSW::MSWWindowProc(unsigned, unsigned, long) C:/wxMSW-2.8.9/build/msw/../../src/msw/toplevel.cpp:372
1014FE10 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:1014FE10 wxFrame::MSWWindowProc(unsigned, unsigned, long) C:/wxMSW-2.8.9/build/msw/../../src/msw/frame.cpp:1101
10129D01 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:10129D01 _Z9wxWndProcP6HWND__jjl@16 C:/wxMSW-2.8.9/build/msw/../../src/msw/window.cpp:2613
77D18734 C:\WINDOWS\system32\USER32.dll:77D18734 GetDC
77D18816 C:\WINDOWS\system32\USER32.dll:77D18816 GetDC
77D2C03D C:\WINDOWS\system32\USER32.dll:77D2C03D UserLpkPSMTextOut
77D28DD9 C:\WINDOWS\system32\USER32.dll:77D28DD9 DefWindowProcW
5A411AF6 C:\WINDOWS\system32\uxtheme.dll:5A411AF6
5A411B3D C:\WINDOWS\system32\uxtheme.dll:5A411B3D
77D294ED C:\WINDOWS\system32\USER32.dll:77D294ED GetPropW
10129FB4 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:10129FB4 wxWindow::MSWDefWindowProc(unsigned, unsigned, long) C:/wxMSW-2.8.9/build/msw/../../src/msw/window.cpp:2237
1012F485 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:1012F485 wxWindow::MSWWindowProc(unsigned, unsigned, long) C:/wxMSW-2.8.9/build/msw/../../src/msw/window.cpp:3419
1011BEA5 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:1011BEA5 wxTopLevelWindowMSW::MSWWindowProc(unsigned, unsigned, long) C:/wxMSW-2.8.9/build/msw/../../src/msw/toplevel.cpp:372
1014FE10 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:1014FE10 wxFrame::MSWWindowProc(unsigned, unsigned, long) C:/wxMSW-2.8.9/build/msw/../../src/msw/frame.cpp:1101
10129D01 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:10129D01 _Z9wxWndProcP6HWND__jjl@16 C:/wxMSW-2.8.9/build/msw/../../src/msw/window.cpp:2613
77D18734 C:\WINDOWS\system32\USER32.dll:77D18734 GetDC
77D2BDF1 C:\WINDOWS\system32\USER32.dll:77D2BDF1 UserLpkPSMTextOut
77D28EA0 C:\WINDOWS\system32\USER32.dll:77D28EA0 DefWindowProcW
77D2BE3B C:\WINDOWS\system32\USER32.dll:77D2BE3B UserLpkPSMTextOut
7C92E453 C:\WINDOWS\system32\ntdll.dll:7C92E453 KiUserCallbackDispatcher
1012AF57 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:1012AF57 wxWindow::SetWindowStyleFlag(long) C:/wxMSW-2.8.9/build/msw/../../src/msw/window.cpp:1264
103B1A49 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:103B1A49 wxAuiFloatingFrame::SetPaneWindow(wxAuiPaneInfo const&) C:/wxMSW-2.8.9/build/msw/../../src/aui/floatpane.cpp:149
103A5651 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:103A5651 wxAuiManager::Update() C:/wxMSW-2.8.9/build/msw/../../src/aui/framemanager.cpp:2481
103AA483 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:103AA483 wxAuiManager::OnMotion(wxMouseEvent&) C:/wxMSW-2.8.9/build/msw/../../src/aui/framemanager.cpp:4382
100011CC D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100011CC wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const C:/wxMSW-2.8.9/build/msw/../../src/common/appbase.cpp:322
100B9B5D D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100B9B5D wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) C:/wxMSW-2.8.9/build/msw/../../src/common/event.cpp:1231
100BD3CF D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100BD3CF wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) C:/wxMSW-2.8.9/build/msw/../../src/common/event.cpp:906
100BD50D D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100BD50D wxEvtHandler::ProcessEvent(wxEvent&) C:/wxMSW-2.8.9/build/msw/../../src/common/event.cpp:1293
100BD54E D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100BD54E wxEvtHandler::ProcessEvent(wxEvent&) C:/wxMSW-2.8.9/build/msw/../../src/common/event.cpp:1300
100BD54E D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100BD54E wxEvtHandler::ProcessEvent(wxEvent&) C:/wxMSW-2.8.9/build/msw/../../src/common/event.cpp:1300
100BD54E D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100BD54E wxEvtHandler::ProcessEvent(wxEvent&) C:/wxMSW-2.8.9/build/msw/../../src/common/event.cpp:1300
100BD54E D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100BD54E wxEvtHandler::ProcessEvent(wxEvent&) C:/wxMSW-2.8.9/build/msw/../../src/common/event.cpp:1300
10126161 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:10126161 wxWindow::HandleMouseEvent(unsigned, int, int, unsigned) C:/wxMSW-2.8.9/build/msw/../../src/msw/window.cpp:5151
1012693D D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:1012693D wxWindow::HandleMouseMove(int, int, unsigned) C:/wxMSW-2.8.9/build/msw/../../src/msw/window.cpp:5244
1012E0DC D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:1012E0DC wxWindow::MSWWindowProc(unsigned, unsigned, long) C:/wxMSW-2.8.9/build/msw/../../src/msw/window.cpp:2766
1011BEA5 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:1011BEA5 wxTopLevelWindowMSW::MSWWindowProc(unsigned, unsigned, long) C:/wxMSW-2.8.9/build/msw/../../src/msw/toplevel.cpp:372
1014FE10 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:1014FE10 wxFrame::MSWWindowProc(unsigned, unsigned, long) C:/wxMSW-2.8.9/build/msw/../../src/msw/frame.cpp:1101
10129D01 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:10129D01 _Z9wxWndProcP6HWND__jjl@16 C:/wxMSW-2.8.9/build/msw/../../src/msw/window.cpp:2613
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
100FE5CC D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100FE5CC wxEventLoop::ProcessMessage(tagMSG*) C:/wxMSW-2.8.9/build/msw/../../src/msw/evtloop.cpp:78
100FE2EB D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100FE2EB wxEventLoop::Dispatch() C:/wxMSW-2.8.9/build/msw/../../src/msw/evtloop.cpp:292
101C214D D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:101C214D wxEventLoopManual::Run() C:/wxMSW-2.8.9/build/msw/../../src/common/evtloopcmn.cpp:115
101953C1 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:101953C1 wxAppBase::MainLoop() C:/wxMSW-2.8.9/build/msw/../../src/common/appcmn.cpp:312
10194A81 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:10194A81 wxAppBase::OnRun() C:/wxMSW-2.8.9/build/msw/../../src/common/appcmn.cpp:367
0040346B D:\CB_Pack\CodeBlocks_src\src\devel\codeblocks.exe:0040346B CodeBlocksApp::OnRun() D:/CB_Pack/CodeBlocks_src/src/src/app.cpp:643
10044FA5 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:10044FA5 wxEntryReal(int&, wchar_t**) C:/wxMSW-2.8.9/build/msw/../../src/common/init.cpp:460
100C3300 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100C3300 wxEntry(int&, wchar_t**) C:/wxMSW-2.8.9/build/msw/../../src/msw/main.cpp:231
100C3511 D:\CB_Pack\CodeBlocks_src\src\devel\wxmsw28ud_gcc_Nuvoton.dll:100C3511 wxEntry(HINSTANCE__*, HINSTANCE__*, char*, int) C:/wxMSW-2.8.9/build/msw/../../src/msw/main.cpp:386
00406605 D:\CB_Pack\CodeBlocks_src\src\devel\codeblocks.exe:00406605 WinMain@16 D:/CB_Pack/CodeBlocks_src/src/src/app.cpp:218
00465AD1 D:\CB_Pack\CodeBlocks_src\src\devel\codeblocks.exe:00465AD1 StartHerePage::StartHerePage(wxEvtHandler*, wxWindow*) D:/CB_Pack/CodeBlocks_src/src/src/startherepage.cpp:128
004010B6 D:\CB_Pack\CodeBlocks_src\src\devel\codeblocks.exe:004010B6
00401128 D:\CB_Pack\CodeBlocks_src\src\devel\codeblocks.exe:00401128
7C817067 C:\WINDOWS\system32\kernel32.dll:7C817067 RegisterWaitForInputIdle
windows XP, and I'm using this nightly build.
But when I drag the toolbar, it will crash. AnyOne has this problem? In my computer, it crashes several times.
Quote from: ollydbg on November 24, 2008, 06:20:56 AM
windows XP, and I'm using this nightly build.
But when I drag the toolbar, it will crash. AnyOne has this problem? In my computer, it crashes several times.
confirm this!
winxp sp2
Quote from: ollydbg on November 24, 2008, 06:20:56 AM
windows XP, and I'm using this nightly build.
But when I drag the toolbar, it will crash. AnyOne has this problem? In my computer, it crashes several times.
me too.
winxp sp2.
Quote from: ollydbg on November 24, 2008, 06:20:56 AM
windows XP, and I'm using this nightly build.
But when I drag the toolbar, it will crash. AnyOne has this problem? In my computer, it crashes several times.
can't confirm, works as expected for me...
winxp pro (sp2)
Hey Guys ,this is my first time using linux(ubuntu 8.04) and I choose code::blocks to be my IDE .However I encountered a small problem .I have downloaded version 8.02 and it works well,but I want to keep up with the latest version .However, I don't know how to get the latest version in the link provided in #5.Anyone will give me any tips?thanks very much
Quote from: HellKnight on November 24, 2008, 03:27:42 PM
Hey Guys ,this is my first time using linux(ubuntu 8.04) and I choose code::blocks to be my IDE .However I encountered a small problem .I have downloaded version 8.02 and it works well,but I want to keep up with the latest version .However, I don't know how to get the latest version in the link provided in #5.Anyone will give me any tips?thanks very much
This thread is talking about windows version. Maybe, you should build it yourself :(. But, I think someone could help you. Good Luck!
Quote from: HellKnight on November 24, 2008, 03:27:42 PM
Hey Guys ,this is my first time using linux(ubuntu 8.04) and I choose code::blocks to be my IDE .However I encountered a small problem .I have downloaded version 8.02 and it works well,but I want to keep up with the latest version .However, I don't know how to get the latest version in the link provided in #5.Anyone will give me any tips?thanks very much
Use the nightly rebuilds from Jens.
Change your /etc/apt/sources.list ( or add it ) with this:
# for code-blocks contrib
deb http://apt.jenslody.de/ any main
deb-src http://apt.jenslody.de/ any main
then do an (as root) 'aptitude' and select codeblocks, wxwidgets and the libs of them to install.
that's all
Quote from: Acki on November 24, 2008, 02:10:17 PM
Quote from: ollydbg on November 24, 2008, 06:20:56 AM
windows XP, and I'm using this nightly build.
But when I drag the toolbar, it will crash. AnyOne has this problem? In my computer, it crashes several times.
can't confirm, works as expected for me...
winxp pro (sp2)
If codeblocks run in the wx2.8.8 that is ok.
but in wx2.8.9, I drag toolbar and always get a crash.
p.s. codeblocks run in the wx2.8.9 on other computer, I drag toolbar that is ok.
so, I am very confused
:D