如果你的工程是从vs2005或者vs2008迁移到vs2010, 并且出现了错误: fatal RC1106: invalid option: -ologo

原因: ”The RC command in the SDK of version 6.x does not support -ologo. You need to install the SDK whose version is larger or equal than 7.x.”

所以请检查你的的vc++ directories 里用的sdk版本, 确认为7.x版本即可.

 

参考链接: 

error RC1106: invalid option: -ologo_RC: http://social.msdn.microsoft.com/Forums/en-US/vcprerelease/thread/df83f1ab-da0c-487d-88f4-0427a641949d

vs2010 VC++ Directories 变更  :  http://blogs.msdn.com/b/vsproject/archive/2009/07/07/vc-directories.aspx

相关文章:

  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-18
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2021-11-24
相关资源
相似解决方案