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
 bug: treat a macro as a function and function ..
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

mengxp
Starting Member

1 Posts

Posted - Sep 17 2013 :  08:28:19 AM  Show Profile  Reply with Quote
bug: VA_X treat a macro as a function and function is missing in the list

macro is defined:

#define HLIST_FOR_EACH_ENTRY(pUser, pList, pListHead, Type, Field) \ for(pList = (pListHead)->FirstLink; \ pList && (pUser = CONTAINING_RECORD(pList,Type,Field)); \ pList = pList->Flink)



accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Sep 17 2013 :  6:26:54 PM  Show Profile  Reply with Quote
That list is generated by Visual Studio, not by Visual Assist.
I was able to reproduce your problem, it is indeed missing from the Visual Studio list for me as well, but it is listed in Visual Assist's list for me.
Just press alt+m or open the upper-left combobox to see that list.
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