再线求救
--------------------Configuration: MVCMapControl - Win32 Debug--------------------
Linking...
MapSdkD.lib(MapSdkD.dll) : error LNK2005: "public: virtual __thiscall CMVCGraphicsTemplate::~CMVCGraphicsTemplate(void)" (??1CMVCGraphicsTemplate@@UAE@XZ) already defined in MVCGraphicsTemplate.obj
MapSdkD.lib(MapSdkD.dll) : error LNK2005: "public: __thiscall CMVCGraphicsTemplate::CMVCGraphicsTemplate(void)" (??0CMVCGraphicsTemplate@@QAE@XZ) already defined in MVCGraphicsTemplate.obj
MapSdkD.lib(MapSdkD.dll) : error LNK2005: "public: int __thiscall CMVCGraphicsTemplate::LoadGraphicsArray(class CString,long)" (?LoadGraphicsArray@CMVCGraphicsTemplate@@QAEHVCString@@J@Z) already defined in MVCGraphicsTemplate.obj
MapSdkD.lib(MapSdkD.dll) : warning LNK4006: "public: virtual __thiscall CMVCGraphicsTemplate::~CMVCGraphicsTemplate(void)" (??1CMVCGraphicsTemplate@@UAE@XZ) already defined in MVCGraphicsTemplate.obj; second definition ignored
MapSdkD.lib(MapSdkD.dll) : warning LNK4006: "public: __thiscall CMVCGraphicsTemplate::CMVCGraphicsTemplate(void)" (??0CMVCGraphicsTemplate@@QAE@XZ) already defined in MVCGraphicsTemplate.obj; second definition ignored
MapSdkD.lib(MapSdkD.dll) : warning LNK4006: "public: int __thiscall CMVCGraphicsTemplate::LoadGraphicsArray(class CString,long)" (?LoadGraphicsArray@CMVCGraphicsTemplate@@QAEHVCString@@J@Z) already defined in MVCGraphicsTemplate.obj; second definiti
on ignored
Creating library Debug/MVCMapControlD.lib and object Debug/MVCMapControlD.exp
MVCGraphicsTemplate.obj : error LNK2001: unresolved external symbol "public: __thiscall CMVCGraphicsLegend::CMVCGraphicsLegend(void)" (??0CMVCGraphicsLegend@@QAE@XZ)
Debug/MVCMapControlD.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
MVCMapControlD.dll - 5 error(s), 3 warning(s)
这样的编译问题会是什么呢?mapcontrol和mapsdk都是动态连接库。多谢