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
 Classes with abstract keyword not working with VAX
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Stonex500
New Member

2 Posts

Posted - May 09 2006 :  05:17:45 AM  Show Profile  Reply with Quote
Classes written in .NET 2.0 style with the abstract keyword are not working with VAX.

Sample:

class CMyAbstractClass abstract
{
};

The real classname "CMyAbstractClass" is underlined by VAX and no suggestions are working for this type!

I am using VAX 1445 in VS2005, WinXP SP2.

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - May 10 2006 :  3:23:12 PM  Show Profile  Reply with Quote
what language are you using? pasting this code into a C# program in VS2005 causes the IDE to underline "abstract" in red, and it does not compile.

zen is the art of being at one with the two'ness
Go to Top of Page

Stonex500
New Member

2 Posts

Posted - May 11 2006 :  03:02:02 AM  Show Profile  Reply with Quote
I use C++ CLI with the new .NET 2.0 C++ syntax.
When you define an abstract class (with at least one =0 function) in the new
syntax, you have to add the abstract keyword to the class, otherwise you get
a compiler warning.
When i write the class like the following sample, VAX does not know the
class and the classname is underlined.

public ref class CMyAbstractClass abstract
{
public:
virtual void f() = 0;
};
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - May 16 2006 :  6:10:19 PM  Show Profile  Reply with Quote
that makes sense. i am seeing the same thing here

case=1203

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Aug 08 2006 :  01:27:59 AM  Show Profile  Reply with Quote
Fixed in build 1531.
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