编译器报错:'IHTMLControlElement' : redefinition

由于我安装了platform SDK,编译导致错误:

error C2367: 'IHTMLControlElement' : redefinition; different uuid specifiers

解决办法:

将 
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\Mshtml.h

interface DECLSPEC_UUID("04598fc6-866c-11cf-ab7c-00aa00c08fcf")
换成
interface DECLSPEC_UUID("3050F4E9-98B5-11CF-BB82-00AA00BDCE0B")
就可以了

posted @ 2015-08-13 15:39  lichongbin  阅读(451)  评论(0编辑  收藏  举报