wounded_knee
Starting Member
USA
1 Posts |
Posted - Apr 12 2004 : 3:12:23 PM
|
VA X is not parsing a class declaration that contians an #ifdef in between the class keyword and the class name. For example:
class #ifdef FOO_EXPORT AFX_CLASS_EXPORT #else AFX_CLASS_IMPORT #endif Foo { Foo();
void DoSomething(int howMany); };
This code was previously parsed correctly in VA 4.X, but not in VA 6.0.
|
|