我作了一段属性页的程序,加了一段代码后产生如下错误,应该怎么解决啊?
然后我注释掉这段代码,还是这样的错误,刚刚还能正确运行的啊Linking...
pwView.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CMyPropertySheet1::~CMyPropertySheet1(void)" (??1CMyPropertySheet1@@UAE@XZ)
pwView.obj : error LNK2001: unresolved external symbol "public: __thiscall CMyPropertySheet1::CMyPropertySheet1(class CWnd *)" (??0CMyPropertySheet1@@QAE@PAVCWnd@@@Z)
Debug/pw.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.