|
阅读:1325回复:3
[求助]看看这是什么错误
<P>各位高手帮我看看这个错误该怎么办:</P>
<P>StdAfx.cpp<BR>e:\开发包示例\geodatabase\accessing_data\browse_for_data_using_name_objects\visual_cpp\udebug\esrigeometry.tlh(208) : error C3121: 无法更改“ISegment”类的 GUID <BR> d:\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\MsHTML.h(57258) : 参见“ISegment”的声明<BR>e:\开发包示例\geodatabase\accessing_data\browse_for_data_using_name_objects\visual_cpp\udebug\esrigeometry.tlh(10513) : error C2011: “ISegment” : “struct”类型重定义<BR> d:\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\MsHTML.h(57258) : 参见“ISegment”的声明<BR>statreg.cpp is obsolete. Please remove it from your project.<BR>atlimpl.cpp is obsolete. Please remove it from your project.<BR>多谢各位!</P> |
|
|
1楼#
发布于:2006-08-18 13:23
那你就把statreg和atlimpl两个从工程中删除吧
|
|
|
2楼#
发布于:2006-08-19 09:37
删除也不解决问题
|
|
|
3楼#
发布于:2006-08-19 11:54
exclude("ISegment")
|
|
|