今天在用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

相关文章:

  • 2022-12-23
  • 2021-06-29
  • 2022-01-14
  • 2022-12-23
  • 2021-08-08
  • 2021-11-28
  • 2022-12-23
猜你喜欢
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-08-06
  • 2021-10-20
  • 2022-12-23
相关资源
相似解决方案