Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 bug: treat a macro as a function and function ..

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
mengxp Posted - Sep 17 2013 : 08:28:19 AM
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)



1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Sep 17 2013 : 6:26:54 PM
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.

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