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