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
 VA cann't parse macro normally
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

jzq740176597
Tomato Guru

China
343 Posts

Posted - Jan 11 2012 :  10:48:53 PM  Show Profile  Reply with Quote
//-------------------------Macro--------------------------------------------//
#define OPENOBJ_BEGIN(Ent, OpenMode, ClassName, VariableName) {\    XDbObject tObj(Ent, OpenMode); \ClassName *VariableName=!tObj? NULL: ClassName::cast(tObj.m_pObject); 

#define OPENOBJ_END()  }




And I have sent the cpp file to http://www.wholetomato.com/support/contact.asp .
Regards

Creation come from persist!

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Jan 12 2012 :  6:19:22 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description and the test code you have sent in.

case=23538

Anyway, VA is able to parse the macro: the problem is limited only to highlighting, e.g. definition field is showing the correct info.

Edited by - accord on Jan 12 2012 6:24:47 PM
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