User forums > Nightly builds
The 08 february 2007 build is out.
alanwong:
--- Quote from: stahta01 on February 09, 2007, 05:55:38 pm ---
--- Quote from: Biplab on February 09, 2007, 03:34:56 pm ---
--- Quote from: alanwong on February 09, 2007, 03:28:48 pm ---with the exception of this, but it have a old issue:
builder message:
~1\trew\resource.rc:3: wx/msw/wx.rc: No such file or directory
=== Build finished: 1 errors, 0 warnings ===
--- End quote ---
Did you set appropriate wxWidgets path? The error suggests that it can't find <wxWidgets_dir>\include\wx\msw\wx.rc file.
Regards,
Biplab
--- End quote ---
To follow up this suggestion, have you verified that you have the correct path in "Project" -> "Build Options"?
"Search Directories"
"Resource Compiler"
Tim S
--- End quote ---
You are right.
because windres don't like spaces! so I modify path as :
CB setuppath: C:\Program Files\CodeBlocks
wxWidgets path: C:\wxWidgets280\wxURStatic
project folder path: C:\myprojec
project filename: test
Variable wx path: C:\wxWidgets280\
wxWidgets's location: C:\wxWidgets280\wxURStatic
Now,it is all right.
many thank you!
alanwong
Raedwulf:
The code completion for D is very buggy?
--- Code: ----------------------
Error occured on Saturday, February 10, 2007 at 07:42:15.
E:\CodeBlocksNightly\codeblocks.exe caused an Access Violation at location 0074935b in module E:\CodeBlocksNightly\codeblocks.dll Writing to location 900008c2.
Registers:
eax=900008c2 ebx=0287d318 ecx=7c802600 edx=5d5e01b0 esi=ffffffff edi=0d0a0d29
eip=0074935b esp=04e0fdb0 ebp=04e0fdb0 iopl=0 nv up ei pl nz ac po nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010216
Call stack:
0074935B E:\CodeBlocksNightly\codeblocks.dll:0074935B _ZN7SQLexer6ReadIDEv
007F6B51 E:\CodeBlocksNightly\codeblocks.dll:007F6B51 _ZNSt4listIN12cbThreadPool21cbThreadedTaskElementESaIS1_EE8_M_eraseESt14_List_iteratorIS1_E
007F6BD2 E:\CodeBlocksNightly\codeblocks.dll:007F6BD2 _ZNSt4listIN12cbThreadPool21cbThreadedTaskElementESaIS1_EE9pop_frontEv
005A5609 E:\CodeBlocksNightly\codeblocks.dll:005A5609 _ZN12cbThreadPool11GetNextTaskEv
005A5D4F E:\CodeBlocksNightly\codeblocks.dll:005A5D4F _ZN12cbThreadPool14cbWorkerThread5EntryEv
61A609D5 E:\CodeBlocksNightly\wxmsw26u_gcc_cb.dll:61A609D5 _ZN8wxThreadD2Ev
77C3A3B0 C:\WINDOWS\system32\msvcrt.dll:77C3A3B0 _endthreadex
7C80B50B C:\WINDOWS\system32\kernel32.dll:7C80B50B GetModuleFileNameA
-------------------
Error occured on Saturday, February 10, 2007 at 07:43:29.
E:\CodeBlocksNightly\codeblocks.exe caused an Access Violation at location 0074935b in module E:\CodeBlocksNightly\codeblocks.dll Writing to location 8bffcc7d.
Registers:
eax=8bffcc7d ebx=02878848 ecx=7c802600 edx=830cc583 esi=ffffffff edi=746e6920
eip=0074935b esp=04aefdb0 ebp=04aefdb0 iopl=0 nv up ei pl nz ac po nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010216
Call stack:
0074935B E:\CodeBlocksNightly\codeblocks.dll:0074935B _ZN7SQLexer6ReadIDEv
007F6B51 E:\CodeBlocksNightly\codeblocks.dll:007F6B51 _ZNSt4listIN12cbThreadPool21cbThreadedTaskElementESaIS1_EE8_M_eraseESt14_List_iteratorIS1_E
007F6BD2 E:\CodeBlocksNightly\codeblocks.dll:007F6BD2 _ZNSt4listIN12cbThreadPool21cbThreadedTaskElementESaIS1_EE9pop_frontEv
005A5609 E:\CodeBlocksNightly\codeblocks.dll:005A5609 _ZN12cbThreadPool11GetNextTaskEv
005A5D4F E:\CodeBlocksNightly\codeblocks.dll:005A5D4F _ZN12cbThreadPool14cbWorkerThread5EntryEv
61A609D5 E:\CodeBlocksNightly\wxmsw26u_gcc_cb.dll:61A609D5 _ZN8wxThreadD2Ev
77C3A3B0 C:\WINDOWS\system32\msvcrt.dll:77C3A3B0 _endthreadex
7C80B50B C:\WINDOWS\system32\kernel32.dll:7C80B50B GetModuleFileNameA
-------------------
Error occured on Saturday, February 10, 2007 at 08:42:12.
E:\CodeBlocksNightly\codeblocks.exe caused an Access Violation at location 0074935b in module E:\CodeBlocksNightly\codeblocks.dll Writing to location 8bffcc7d.
Registers:
eax=8bffcc7d ebx=03be0590 ecx=7c802600 edx=830cc583 esi=ffffffff edi=746e6920
eip=0074935b esp=01c5fdb0 ebp=01c5fdb0 iopl=0 nv up ei pl nz ac po nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010216
Call stack:
0074935B E:\CodeBlocksNightly\codeblocks.dll:0074935B _ZN7SQLexer6ReadIDEv
007F6B51 E:\CodeBlocksNightly\codeblocks.dll:007F6B51 _ZNSt4listIN12cbThreadPool21cbThreadedTaskElementESaIS1_EE8_M_eraseESt14_List_iteratorIS1_E
007F6BD2 E:\CodeBlocksNightly\codeblocks.dll:007F6BD2 _ZNSt4listIN12cbThreadPool21cbThreadedTaskElementESaIS1_EE9pop_frontEv
005A5609 E:\CodeBlocksNightly\codeblocks.dll:005A5609 _ZN12cbThreadPool11GetNextTaskEv
005A5D4F E:\CodeBlocksNightly\codeblocks.dll:005A5D4F _ZN12cbThreadPool14cbWorkerThread5EntryEv
61A609D5 E:\CodeBlocksNightly\wxmsw26u_gcc_cb.dll:61A609D5 _ZN8wxThreadD2Ev
77C3A3B0 C:\WINDOWS\system32\msvcrt.dll:77C3A3B0 _endthreadex
7C80B50B C:\WINDOWS\system32\kernel32.dll:7C80B50B GetModuleFileNameA
--- End code ---
Crashed 3 times while trying to edit a D file :(
Cheers.
Mayler:
I think that I found a glitch/bug. When I hold "enter" in the replace part ( yes button )... It modifies my code replacing what i asked and putting new lines in some parts. I'm using this cb version.
Silverling:
The D programming language has deprecated the "bit" keyword in favor of "bool". Also, D supports comments between /+ and +/. CodeBlocks hasn't update these features. I use the DMD compiler.
Thank you.
MortenMacFly:
--- Quote from: Silverling on February 10, 2007, 03:17:44 pm ---The D programming language [...]
--- End quote ---
Just a side note: D syntax highlighting mainly comes from the wxScintilla component used by C::B. Recently there have been D modifications / additions for better support of D through (wx)Scintilla. This will be available to C::B, too once we switch (upgrade) to the new wxScintilla component (I'm using it already).
With regards, Morten.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version