无法解析的外部符号 __declspec(dllimport)
abc优希 2009-08-19 08:25:44 我在用VS进行二次开发的时候,出现下面问题(VC++ 6.0运行正常),望高手给与指点,感谢!
error LNK2019:无法解析的外部符号 "__declspec(dllimport) public: static struct CRuntimeClass * __stdcall CGisView::GetThisClass(void)" (__imp_?GetThisClass@CGisView@@SGPAUCRuntimeClass@@XZ),该符号在函数 "protected: static struct CRuntimeClass * __stdcall Ct2View::_GetBaseClass(void)" (?_GetBaseClass@Ct2View@@KGPAUCRuntimeClass@@XZ) 中被引用
error LNK2019: 无法解析的外部符号 "__declspec(dllimport) protected: static struct AFX_MSGMAP const * __stdcall CGisView::GetThisMessageMap(void)" (__imp_?GetThisMessageMap@CGisView@@KGPBUAFX_MSGMAP@@XZ),该符号在函数 "protected: static struct AFX_MSGMAP const * __stdcall Ct2View::GetThisMessageMap(void)" (?GetThisMessageMap@Ct2View@@KGPBUAFX_MSGMAP@@XZ) 中被引用