码迷,mamicode.com
首页 > Web开发 > 详细

编译器报错:'IHTMLControlElement' : redefinition

时间:2015-08-13 17:11:57      阅读:674      评论:0      收藏:0      [点我收藏+]

标签:

由于我安装了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")
就可以了

编译器报错:'IHTMLControlElement' : redefinition

标签:

原文地址:http://www.cnblogs.com/licb/p/4727490.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!