Hi All,
i am using VS2008 and trying to port my previous application which is working fine in VS2003.
I am facing the following problem in this version(VS2008) .. Please guide me how to solve this ..
error C2555: 'CGTDMenuBar::G etMenu': overriding virtual function return type differs and is not covariant from 'CWnd::GetMenu'
C:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\i nclude\afxwin.h (2245) : see declaration of 'CWnd::GetMenu'
Thanks in advance!!
Thanks & Regards
Garimella Srinivasu
i am using VS2008 and trying to port my previous application which is working fine in VS2003.
I am facing the following problem in this version(VS2008) .. Please guide me how to solve this ..
error C2555: 'CGTDMenuBar::G etMenu': overriding virtual function return type differs and is not covariant from 'CWnd::GetMenu'
C:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\i nclude\afxwin.h (2245) : see declaration of 'CWnd::GetMenu'
Thanks in advance!!
Thanks & Regards
Garimella Srinivasu
Comment