In the attached rar file there is a little stripped
down project.
Open the project, and go to the c6zone.cpp source file.
In this source file go to the SetDefault
implementation. In the implementation, position the
mouse pointer over "Set".
The tooltip that shows up is : "void Set(INT32 xSet,
INT32 ySet)" which is off course wrong, see a little
bit higher in the file for the correct signature. It is
showing the signature of another Set function in the
other source file cpoint.cpp/hpp
Cheers,
Lieven
Logged In: YES
user_id=25510
bug must have been fixed, i could't reproduce the problem in
latest version
Logged In: YES
user_id=602705
HI,
dunno how to reopen this, but I've tested it myself again
with (4.9.8.5 from 06 november 2003 from cvs), and the
problem is still there. Still tooltip of the 2 argument
version (of another class) instead of the correct one.
Even when I ctrl click on the "set" word it jumps to the set
implementation of the other class (cpoint.cpp)
kinds regards,
Lieven