Author Topic: hover prompt bug  (Read 3819 times)

Offline sdfwds4

  • Single posting newcomer
  • *
  • Posts: 7
hover prompt bug
« on: September 19, 2009, 07:45:16 am »
hover prompt bug, see below, there is a pic of normal hover prompt  and two pic of bug hover prompt.

normal hover prompt


bug hover prompt




addition:
OS: windows 2003
C::B: SVN 5731


[attachment deleted by admin]
« Last Edit: September 19, 2009, 07:58:43 am by sdfwds4 »

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: hover prompt bug
« Reply #1 on: September 21, 2009, 04:34:10 pm »
Hi, can you give a simple test code?
I would like to help :D
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 sdfwds4

  • Single posting newcomer
  • *
  • Posts: 7
Re: hover prompt bug
« Reply #2 on: October 11, 2009, 02:03:31 pm »
Hi, can you give a simple test code?
I would like to help :D
thanks, ollydbg, my code is from a normal Dialog based Win32 GUI project and add some Windows APIs, see the picture. i am sorry for hadn't describe it clearly before. the thing is, i want to use code completion with Windows API, so i add the SDK's directory to Compiler's Search directorise(Setting->Compiler and Debugger->Search directorise, select GCC, add SDK's include directory to compiler, add SDK's lib directory to liker), now, i when typed "mess", C::B will... see below please. Now i can choose "MessageBox"  :D


and the problem is when i put my mouse on the "MessageBox"(is it calle "hover"?), C::B's prompt is wrong! see below


but when i not use "MessageBox", and use MessageBoxW or MessageBoxA, C::B's prompt is right, see below


that is it, thank you!

[attachment deleted by admin]
« Last Edit: October 11, 2009, 02:06:15 pm by sdfwds4 »

Offline blueshake

  • Regular
  • ***
  • Posts: 459
Re: hover prompt bug
« Reply #3 on: October 11, 2009, 02:37:12 pm »
Please update the codes or down latest nightly,since I have improved it.
« Last Edit: October 11, 2009, 02:47:46 pm by blueshake »
Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?