User forums > Nightly builds

The 22 August 2008 build (5193) is out.

<< < (5/7) > >>

stahta01:

--- Quote from: Belgabor on August 25, 2008, 09:09:38 pm ---
--- Quote from: jens on August 25, 2008, 09:27:42 am ---
Which version of wxWidgets, MinGW (and utilities) and "wxmsw28u_gcc_cb.dll" do you use ?
Do you use nightlies or self-cpmpiled version ?
If nightlies did you try to install them into a clean directory and to clean your configuration (by backing up and moving away C::B's conf-dir) ?
If self-build did you try to compile a frsh svn-checkout ?

--- End quote ---

Nightly above including dlls linked above. I always install nightlies clean, ie remove the share folder before extracting (overwriting the rest). I cannot clean my config as my project depends on several custom build commands.
MinGW is 5.1.3 I think with several updates (But I have no idea why that should matter if CB crashes).

--- End quote ---

I was getting problems with the nightly like you were; so I went with compiling Code::Blocks myself only.
I guessed the problem was being caused by having multiple mingwm10.dll that were of different versions.

You might wish to compile Code::Blocks yourself.

Edit: If it is mingwm10.dll run-time issue then "#define __MINGW32_VERSION 3.14" is the important thing to check. The number in it is the MinGW run-time version in this case 3.14.

Tim S

http://forums.codeblocks.org/index.php/topic,9054.msg65050.html#msg65050

gcc version 3.4.5 (mingw-vista special r3)
GNU ld version 2.17.50 20060824
GNU windres 2.17.50 20060824
GNU dlltool 2.17.50 20060824
GNU Make 3.81
#define __MINGW32_VERSION 3.14
#define __W32API_VERSION 3.11

gd_on:

--- Quote from: Acki on August 25, 2008, 01:04:08 am ---!!! still the double click problem !!!  :? :(

--- End quote ---
May be a workaround to this problem. Seems to be a problem with DDE, as previously.

If you are administrator of your account :
1 ) in Explorer, open Tools/Options/file type (may be not exactly this, because it's a raw translation of my french windows!)
2 ) look at CBP file association
3 ) Normally associated to codeblocks with a "modify" button and at the bottom an "Advanced" button. If at the bottom you have a "Restore" button, click on it to restore standard association and the "Advanced" button.
4 ) Click on the "Advanced" button.
5 ) in actions, choose "open" then click the "Modify..." button.
6 ) uncheck the "use DDE" for this action.
7 ) Close all windows.
8 ) open Codeblocks by double clicking on a .cbp file.
9 ) a window is opened to choose if you want to associate C files with codeblocks. Choose the first proposition "No". Normally, it's already done by your previous installation. (If you click one of the "yes" DDE will be reactivated, and the bug is still alive !!)
10) close and reopen codeblocks by double clicking on your .cbp file. It should work now.

If you are not an administrator the "advanced" button is grayed.
You can try to edit the registry (be carefull !!!!, may be dangerous if you are not sure) with regedit.
Open regedit, find the registry key HKEY_CLASSES_ROOT\CodeBlocks.cbp\shell\open and delete the subkey ddeexec.
Close the registry and start codeblocks by double clicking a .cbp file.
Then go to 9 ).

This is for .cbp association, but you have to do this also manually for the other ones : .c, .cpp, .h,....

I tried this on Windows XP SP2 and Windows 2000 with success.

Gd_on

dot-borg:
Could someone please tell me what "Mouse Drag Scrolling" is? Also, is it possible to turn of the CTRL-MouseWheel zooming (the option under "Mouse Drag Scrolling" seems like it should do this bit is has no effect that I can tell).

Pecan:

--- Quote from: dot-borg on August 26, 2008, 11:24:06 am ---Could someone please tell me what "Mouse Drag Scrolling" is? Also, is it possible to turn of the CTRL-MouseWheel zooming (the option under "Mouse Drag Scrolling" seems like it should do this bit is has no effect that I can tell).


--- End quote ---

In an editor window, Mouse Drag Scrolling allows the user to drag the text with the designated key (RightMouseDown or MiddleMouseDown).

Ctrl-MouseWheel zooming in the DragScroll plugin only applies to non-editor windows. It allows the user to zoom the other windows (StartHerePage, logs, Manager, Open Files List, etc).

Zooming in the editor is handled by the editor only (wxScintilla), and to my knowledge, cannot be turned off.

I can see how that dialog label can be confusing, so I'll change it to "Log MouseWheelZoom" even though it applies to monitored wxTreeCtrl(s) and wxListCtrl(s) also.

Acki:

--- Quote from: gd_on on August 26, 2008, 09:35:33 am ---
--- Quote from: Acki on August 25, 2008, 01:04:08 am ---!!! still the double click problem !!!  :? :(

--- End quote ---
May be a workaround to this problem. Seems to be a problem with DDE, as previously.
--- End quote ---
yes, this workaround works !!! :lol:
but it's pretty strange, I think... ;)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version