作者:lql | 来源:互联网 | 2023-06-26 11:47
今天在用vs2015编译ogre1.6.5的代码时发生连接错误 LINK:fatalerrorLNK1117:syntaxerrorinoption'VERSION:1.6
今天在用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'