Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1711: "sealed" keyword not recognized

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
horeaper Posted - Feb 04 2009 : 10:35:22 PM
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.
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Feb 29 2012 : 1:23:32 PM
case=3293 is fixed in build 1901
accord Posted - Feb 05 2009 : 03:49:45 AM
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

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000