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://docs.wholetomato.com?W302
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. |