using VS2005 managed C++ and VA 1438 if i add the code:
public enum class FoodTypes
{
Banana,
Apple
};
then both Banana and Apple are underlined as mistyped symbols by VA. plus VA View is not listing the members of this class. this is a new one on me, but i do not program in managed C++ myself.
case=935