You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
.oisyn
Posted - Nov 25 2008 : 12:17:44 PM VA X doesn't understand the following:
void foo(class Bar * bar);
class Baz * baz;
It shows Bar and Baz as an error. Apparently, it only understands class/struct declarations in the most simplest form:
class Foo;
3 L A T E S T R E P L I E S (Newest First)
.oisyn
Posted - Aug 20 2009 : 09:26:23 AM This is still not correct, in 1724 it no longer shows it as an error, however it does color the classname ("Baz" in above example), including all other occurances of that name in the same file, as a variable rather than as a type.
accord
Posted - Nov 27 2008 : 1:13:23 PM I created a separate case for this, 21012 will not solve your problem:
case=21164
accord
Posted - Nov 25 2008 : 1:14:29 PM I am seeing the same effect here. I think this is