zoukankan      html  css  js  c++  java
  • 编译器报错:'IHTMLControlElement' : redefinition

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

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

    解决办法:

    将 
    C:Program FilesMicrosoft Visual StudioVC98INCLUDEMshtml.h

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

  • 相关阅读:
    第三次jsp作业
    快速排列 使用链表
    Cross
    题目
    ranch
    robot
    Mold
    Mold2
    OX_pattern
    KSC sort
  • 原文地址:https://www.cnblogs.com/licb/p/4727490.html
Copyright © 2011-2022 走看看