srn
Starting Member
1 Posts |
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 !
|
Edited by - srn on Sep 20 2006 04:44:48 AM |
|