Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Numerical tooltips for undefined functions
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Stephen
Tomato Guru

United Kingdom
781 Posts

Posted - Mar 10 2004 :  08:04:57 AM  Show Profile
I just wrote a piece of code where I called a couple of member functions that I had not yet declared or defined. So the code looked something like this:
CMyClass my;
if (my.HasRedBits())
{
  ...
}
if (my.HasBlueBits())
{
  ...
}
CMyClass is a pre-existing class, but HasRedBits() and HasBlueBits() are functions I'm intending to add later.

The two functions are correctly underlined, but for some reason when I hover over them, I get tooltips that just say "364" and "418" respectively.

The strings "HasRedBits" and "HasBlueBits" don't occur anyway else in the project. The numbers 364 and 418 are used as the numbers of some string resources, but the string resources aren't related to this code in any way. They're not even used in this file. The HCB lists VAunderline, and the definition bar is empty, as expected.

VA.NET 2002, VAX 1219.

Stephen Turner
ClickTracks http://www.clicktracks.com/
Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000