1)...\mdivwctl.tlh(83): error C2872: “IDocument”: 不明确的符号
可能是“...\mdivwctl.tlh(36) : IDocument”
或 “c:\program files\microsoft visual studio 10.0\vc\atlmfc\include\atlhandler.h(155) : ATL::IDocument”
解决方法: 在Stdafx.h中的最开始定义#define _ATL_NO_AUTOMATIC_NAMESPACE
2)eWorld_Detect.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) const CeWorld_Detect::`vftable'" (__imp_??_7CeWorld_Detect@@6B@),该符号在函数 "public: __thiscall CeWorld_Detect::CeWorld_Detect(void)" (??0CeWorld_Detect@@QAE@XZ) 中被引用
Debug/eWorldDetect.dll : fatal error LNK1120: 1 个无法解析的外部命令
解决方法:定义_AFXEXT宏