Quote:
Form21.h(47) : error C2143: syntax error : missing ';' before '^'
Form21.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Form21.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Form21.h(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
Form21.h(47) : error C3845: 'test::Form2::form': only static data members can be initialized inside a ref class or value type
|
I get same exact errors from cpp files too that have the #include "Form1.h".
These are very basic errors that i dont have but appear when i do this particular thing.
I am starting to think what i am trying to do is not possible or is really complicated.