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
 define throw functions shown in alt+M dropdownmenu
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

srn
Starting Member

1 Posts

Posted - Sep 20 2006 :  04:42:05 AM  Show Profile  Reply with Quote
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 !



Edited by - srn on Sep 20 2006 04:44:48 AM

jpizzi
Tomato Guru

USA
642 Posts

Posted - Sep 27 2006 :  01:47:58 AM  Show Profile  Reply with Quote
I see this, too.

case=2735

Joe Pizzi
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