class AFX_EXT_CLASS CPyParse 
{
public:
    CPyParse();
    CPyParse(const CString& strScriptName);     virtual ~CPyParse();
}
error LNK2019: 无法解析的外部符号 "__declspec(dllimport) const CPyParse::`vftable'" (__imp_??_7CPyParse@@6B@) ,该符号在函数 "public: virtual __thiscall CPyParse::~CPyParse(void)" (??1CPyParse@@UAE@XZ) 中被引用再看看这个
class AFX_EXT_CLASS CPyException
{
public:
    CPyException(const CPyException& ex);
    virtual ~CPyException();
};
 error LNK2019: 无法解析的外部符号 "__declspec(dllimport) const CPyException::`vftable'" (__imp_??_7CPyException@@6B@) ,该符号在函数 "public: __thiscall CPyException::CPyException(class CPyException const &)" (??0CPyException@@QAE@ABV0@@Z) 中被引用