G
Guest
I am in the midst of porting a massive MFC application from VS6.0 to VS8.0.
While i have fixed most of the compile time errors, i do have quite a linker
error that i have not been able to resolve. The error i get is
Error 100 error LNK2001: unresolved external symbol "public: virtual void
__thiscall CWnd:ostNcDestroy(void)"
(?PostNcDestroy@CWnd@@UAEXXZ) Evenout.obj
I have about 200 of these on almost all the obj's that have a dialog in
them(which is understandable). But i do see that the delcaration of
CWnd:ostNcDestory( ) in the systems afxwin.h header which is public:
// for custom cleanup after WM_NCDESTROY
public:
virtual void PostNcDestroy();
Do i need to refer to any particular version of SDK/ *.lib or am i missing
something. Any help here would be appreciated.
While i have fixed most of the compile time errors, i do have quite a linker
error that i have not been able to resolve. The error i get is
Error 100 error LNK2001: unresolved external symbol "public: virtual void
__thiscall CWnd:ostNcDestroy(void)"
(?PostNcDestroy@CWnd@@UAEXXZ) Evenout.obj
I have about 200 of these on almost all the obj's that have a dialog in
them(which is understandable). But i do see that the delcaration of
CWnd:ostNcDestory( ) in the systems afxwin.h header which is public:
// for custom cleanup after WM_NCDESTROY
public:
virtual void PostNcDestroy();
Do i need to refer to any particular version of SDK/ *.lib or am i missing
something. Any help here would be appreciated.