Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 no member listbox from pointer dereference macro

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
codebeast Posted - Oct 17 2008 : 3:05:07 PM
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.

1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Oct 17 2008 : 4:59:54 PM
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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000