Author Topic: C::B 10.02 bug!  (Read 3957 times)

Offline yuk.f

  • Single posting newcomer
  • *
  • Posts: 5
C::B 10.02 bug!
« on: July 01, 2010, 08:47:37 am »
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?
 

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: C::B 10.02 bug!
« Reply #1 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.codeblocks.org/index.php/topic,10406.msg71744.html#msg71744

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

« Last Edit: July 01, 2010, 09:13:26 am by ollydbg »
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.

Offline yuk.f

  • Single posting newcomer
  • *
  • Posts: 5
Re: C::B 10.02 bug!
« Reply #2 on: July 02, 2010, 11:42:48 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.codeblocks.org/index.php/topic,10406.msg71744.html#msg71744

And here is the fix
http://forums.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 ;-)