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
 no member listbox from pointer dereference macro
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

codebeast
New Member

USA
3 Posts

Posted - Oct 17 2008 :  3:05:07 PM  Show Profile  Reply with Quote
We've got this macro in our code that essentially converts a pointer to a reference. As far as Visual Assist is concerned it is defined like so in StdAfx.h:


#define mustDeref(x) (*(x))


However if you type this


UObject* Obj;
mustDeref(Obj). 


then we don't get the member listbox. The listbox still seems to show up in other cases when macros are used so I'm wondering if this is a bug?

I'm on build 1640 btw.

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Oct 17 2008 :  4:59:54 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=20413

For now, turn on

VA Options -> Advanced -> Listboxes -> Get content from default Intellisense

which will work in VS2005/2008 if you did not disabled Default Intellisense, for example by renaming feacp.dll.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000