News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

C::B 10.02 bug!

Started by yuk.f, July 01, 2010, 08:47:37 AM

Previous topic - Next topic

yuk.f

a serious bug was found:

1.open C::B main panel;
2.drag toolbar to WINDOWS desktop;
3.software collapsed!

Environmental: XP_Professional_Ver2002_SP3_EN_
                     Intel(R) Core(tM)2
                      T5500@1.66GHZ
                      1GB RAM
                      IBM R60

did you guys come across the same problem?

ollydbg

#1
1, 10.02 or 10.05?
2, How can you drag tool bar to Windows Desktop? I can't do that in wxWidget 2.8.11. I'm not sure it can be done in wxWidget 2.8.10. There is a bug about dragging tool bar crash in wx 2.8.10.

Oh, I found the 10.05 release is build on wx2.8.10, so, there is some drag tool bar problem to to the wx2.8.10 bug.

see the bug and the fix
http://forums.next.codeblocks.org/index.php/topic,10406.msg71744.html#msg71744

And here is the fix
http://forums.next.codeblocks.org/index.php/topic,10406.msg71815.html#msg71815

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

yuk.f

Quote from: ollydbg on July 01, 2010, 08:56:28 AM
1, 10.02 or 10.05?
2, How can you drag tool bar to Windows Desktop? I can't do that in wxWidget 2.8.11. I'm not sure it can be done in wxWidget 2.8.10. There is a bug about dragging tool bar crash in wx 2.8.10.

Oh, I found the 10.05 release is build on wx2.8.10, so, there is some drag tool bar problem to to the wx2.8.10 bug.

see the bug and the fix
http://forums.next.codeblocks.org/index.php/topic,10406.msg71744.html#msg71744

And here is the fix
http://forums.next.codeblocks.org/index.php/topic,10406.msg71815.html#msg71815


sorry for my mistyping, it should be 10.05.
I'll try your method, thanks for advice ;-)