|
Re: Visual C++ 2005 Designer
Thanks.
I put this in
Quote:
|
Main^ m = dynamic_cast<Main^>(this->MdiParent);
|
and I got these errors
Quote:
Form3.h(268) : error C2065: 'Main' : undeclared identifier
Form3.h(268) : error C2065: 'm' : undeclared identifier
Form3.h(268) : error C2061: syntax error : identifier 'Main'
|
Yeah, I did put the #include "Main.h" above.

Last edited by 6600gt : 20-12-2006 at 16:01.
|