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
 #ifdef in class declaration issue
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

wounded_knee
Starting Member

USA
1 Posts

Posted - Apr 12 2004 :  3:12:23 PM  Show Profile
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.

  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000