zoukankan      html  css  js  c++  java
  • MIDL error: 'annotation' (zz)

    //z 2014-03-28 13:41:04 BG57IV3@XCL T188749973 .K.F253293061 [T83,L1034,R46,V1451]
    MIDL 旧版本与新的SDK不匹配,产生该错误。
    在VC执行文件目录下添加 Microsoft SDKsWindowsv6.0in 以使用新的 midl 编译器。


    A colleage recently got this error while compiling unknown.idl:
     
    1>C:Program FilesMicrosoft SDKsWindowsv6.0Includeunknwn.idl(108) : error MIDL2025 : syntax error : expecting ] or , near "annotation"
    1>C:Program FilesMicrosoft SDKsWindowsv6.0Includeunknwn.idl(108) : error MIDL2026 : cannot recover from earlier syntax errors; aborting compilation
     
    If you get this error, you are using a new version of the Windows headers with an older version of the MIDL compiler.
     
    Fix:
     
    1. Make sure you installed the MIDL compiler when you installed the latest Windows SDK. It should appear under "Program FilesMicrosoft SDKsWindowsv6.0Bin".
     
    Note: To install the MIDL compiler, you need to select Developer Tools / Windows Development Tools / Win32 Development Tools in the Windows SDK setup wizard. (At least, as of RC1.)
     
    2. In Visual Studio, under Tools > Options > Projects and Solutions > VC++ Directories > Executable Files, add
     
        x:Program FilesMicrosoft SDKsWindowsv6.0in
     
    to the top of the list.

     
     
    This posting is provided "AS IS" with no warranties, and confers no rights. You assume all risk for your use.

    (c) 2006 Microsoft Corporation. All rights reserved.

    //z 2014-04-14 16:26:54 BG57IV3@XCL T1989668508.K.F1944110823[T58,L375,R9,V1148]
    2. windows 7 sdk
    1. 选择不安装编译器
    2. 如果已经有了 vc2005 redist,先删除,而后再更新和安装。


    @IS2120#CNBLOGS.T2169364049[T1,L65,R1,V259]:备忘
    $ € ₤ ₭ ₪ ₩ ₮ ₦ ₱ ฿ ₡ ₫ ﷼ ¥ ﷼ ₫ ₡ ฿ ₱ ₦ ₮ ₩ ₪ ₭ ₤ € $
  • 相关阅读:
    Spring + MySQL + Mybatis + Redis【二级缓存】执行流程分析
    Spring + MySQL + Mybatis + Redis【二级缓存】
    MyBatis的笔记
    Spring事务:一种编程式事务,三种声明式事务
    笔记
    mybatis-generator自定义注释生成
    做准备的笔记
    常用DOS命令和Linux命令
    数据库MongoDB查询语句--持续更新
    SpringBoot集成websocket实现后端向页面发送消息
  • 原文地址:https://www.cnblogs.com/IS2120/p/6745679.html
Copyright © 2011-2022 走看看