Whole Tomato Software Support Forum
Whole Tomato Software Support Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist X
 General Release
 Problem with '__success' source code annotation

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

   Insert an Image

Check here to subscribe to this topic.
   

T O P I C    R E V I E W
BruteForce Posted - Sep 25 2009 : 05:19:47 AM
Hi everyone,

It seems that VAX is having some minor trouble with the '__success' source code annotation. Take a look below:




As soon as I add __success all local variables get underlined and their names don't work with auto-completion any more.

Warm Regards,
Dimitris

PS:
VA_X.dll file version 10.5.1727.0 built 2009.06.12
DevEnv.exe version 9.0.30729.1
msenv.dll version 9.0.30729.1
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Jan 31 2010 : 1:32:42 PM
case=32685 is fixed in build 1810
feline Posted - Sep 25 2009 : 1:11:10 PM
I am seeing the same effect here. Thank you for the clear description.

case=32685

I am not familiar with the __success macro, learn something new every day. For now edit VA's "StdAfx.h" file as explained in this FAQ entry:

http://www.wholetomato.com/forum/topic.asp?TOPIC_ID=5956

and add the entry:

#define __success(x)

at the bottom. This file is used to help VA's parser with difficult code, and can be used to work around odd effects. After modifying this file you need to rebuild the VA symbol database for the changes to take effect:

VA Options -> Performance -> General -> Rebuild symbol databases

This fixes the problem for me.

Whole Tomato Software Support Forum © 2010 Whole Tomato Software, Inc Go To Top Of Page
Snitz Forums 2000