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
 1711: "sealed" keyword not recognized
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

horeaper
Senior Member

Singapore
49 Posts

Posted - Feb 04 2009 :  10:35:22 PM  Show Profile  Reply with Quote
Pardon my poor english first ^_^

class SomeClass sealed
{
public:
    SomeClass()
    ~SomeClass();
};

Well, I think VA treat "SomeClass" as a function if "sealed" keyword poped up (Colored them as brown, not blue)
BTW, abstract keyword works fine:

class SomeClass abstract
{
public:
    SomeClass()
    ~SomeClass();
};

Everything seems alright.

My life for Aiur!!!

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Feb 05 2009 :  03:49:45 AM  Show Profile  Reply with Quote
To support the sealed keyword is

case=3293

For now, you can put

#define sealed

into Visual Assist's stdafx.h as a workaround. You can find details about Visual Assist's stdafx.h here:

http://docs.wholetomato.com?W302

Edited by - accord on Feb 05 2009 03:52:21 AM
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Feb 29 2012 :  1:23:32 PM  Show Profile  Reply with Quote
case=3293 is fixed in build 1901
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000