Click to See Complete Forum and Search --> : _gc compiler error


LarryML
December 15th, 2002, 10:54 PM
When using:
_gc class CppForm : public Form {
public:
CppForm() {}
};
I get error c:\projects\CppForm\CppForm.cpp(18): error C2143: syntax error : missing ';' before '<class-head>'

From p312 in microsoft visual c++.net