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]:备忘
    $ € ₤ ₭ ₪ ₩ ₮ ₦ ₱ ฿ ₡ ₫ ﷼ ¥ ﷼ ₫ ₡ ฿ ₱ ₦ ₮ ₩ ₪ ₭ ₤ € $
  • 相关阅读:
    先不说 console,其实你连 console.log 都不会
    2019 年终总结 & 2020 年度计划
    将毫秒格式化为天、小时、分钟、秒
    山村老事
    快速更改对象中的字段名
    基于 ECharts 封装甘特图并实现自动滚屏
    JS 将数值取整为10的倍数
    Flutter 徐徐图之(一)—— 从搭建开发环境到 Hello World
    Vue-Cli 3.x 创建的项目中对 import 引入的 CSS 样式启用 autoprefixer
    word——插入目录
  • 原文地址:https://www.cnblogs.com/IS2120/p/6745679.html
Copyright © 2011-2022 走看看