zoukankan      html  css  js  c++  java
  • LINK : fatal error LNK1117: syntax error in option 'VERSION:1.6.5'

    今天在用vs2015编译ogre 1.6.5的代码时发生连接错误 LINK : fatal error LNK1117: syntax error in option 'VERSION:1.6.5'。

    解决:On the Settings (Project > Settings > Linker) removing the "Version" entry。

    没有深入搞懂为什么,先Mark下。

    参考: http://stackoverflow.com/questions/20021950/def-file-syntax-error-in-visual-studio-2012

        http://stackoverflow.com/questions/23471337/lnk1117-syntax-error-in-option-version1-0-0

  • 相关阅读:
    ADO.NET存取数据库数据
    2017-01-03
    re模块
    random模块(随机)
    sys模块
    os模块
    datetime模块
    time模块
    logging模块
    Python函数初识
  • 原文地址:https://www.cnblogs.com/beeasy/p/6063967.html
Copyright © 2011-2022 走看看