Is Managed C++ supported in VAX?
I'm using MC++ in VS.NET 2008 and have found all kinds of bugs. I'm wondering if I should report them.
For example, adding "sealed" after a class name will cause VAX to think the class name is illegal, and I get red curly underlines everywhere it appears in the code (this bug is particularly hard to avoid).
public ref class Utils sealed
{
};
At the least, if MC++ is not supported, then VAX should do no harm, i.e. don't underline stuff as errors in the code that aren't..
Scott