I didn't put any of my code just generating a default project in Visual C++ 6.0.
New Project -> MFC APPWizard(exe) -> all default choice -> Only change one thing : change the MDIView class inherited from CView to inherited from CFormView.
Then, when I compile this project no matter in debug or release version, I got the link error as:
MDITESTView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CFormView::OnDraw(void)" (?OnDraw@CFormView@@UAEXXZ)
Release/MDITEST.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Any idea ?
Thanks so much for you help !
New Project -> MFC APPWizard(exe) -> all default choice -> Only change one thing : change the MDIView class inherited from CView to inherited from CFormView.
Then, when I compile this project no matter in debug or release version, I got the link error as:
MDITESTView.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CFormView::OnDraw(void)" (?OnDraw@CFormView@@UAEXXZ)
Release/MDITEST.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Any idea ?
Thanks so much for you help !