Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 define throw functions shown in alt+M dropdownmenu

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
srn Posted - Sep 20 2006 : 04:42:05 AM
Visual assist shows "define functions" in the Alt+M dropdown, instead of the real function name/declaration. See below example:


void Bus::DriverOpen (const BUS_ID busId) DEF_FUNCTION_THROW(E_Base)
{

}

DEF_FUNCTION_THROW is a macro:
#define DEF_FUNCTION_THROW(E_Exception) throw(E_Exception)


VisualAssistX should know that DEF_FUNCTION_THROW is a throw-macro and thus not use it as the function name.

Version info:
Visual Studio 2003+2005
Visual Assist X 10.3.1534

I hope the problem is explained clearly enough and that you will solved the issue. Thank you for a great product - can't program without it !


1   L A T E S T    R E P L I E S    (Newest First)
jpizzi Posted - Sep 27 2006 : 01:47:58 AM
I see this, too.

case=2735

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