标签:编译 参考 fatal error 错误 set 代码 ons vs2015
今天在用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
LINK : fatal error LNK1117: syntax error in option 'VERSION:1.6.5'
标签:编译 参考 fatal error 错误 set 代码 ons vs2015
原文地址:http://www.cnblogs.com/beeasy/p/6063967.html