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
 VAX 1216 on .NET 2002 - Definition window wrong
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

LarryLeonard
Tomato Guru

USA
1041 Posts

Posted - Feb 25 2004 :  10:43:58 AM  Show Profile
Probably this has been reported already (is anyone else's head swimming?), but the Definition listbox for this line of code (in my InitInstance() method) shows the wrong definition:


	m_pMainWnd->UpdateWindow();


When I put the caret on the m_pMainWnd part, the Definition window correctly displays CWnd* m_pMainWnd. But when I put the caret on the UpdateWindow part, it incorrectly shows the Win32 API call:

WINUSERAPI BOOL WINAPI UpdateWindow ( IN HWND hWnd)

In fact, it doesn't even display the correct CWnd::UpdateWindow() in its dropdown list. Reparsing, rebuilding, and clearing, don't help.
  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