Error C1047: Object file created with an older compiler than other objects

前端 未结 11 888
遇见更好的自我
遇见更好的自我 2020-12-17 08:03

I have a project that I\'m building in C++ in Release mode in Visual Studio 2008 SP1 on Windows 7 and when I build it I keep getting:

fatal error C104

11条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-17 08:44

    It could also be that the offending library was built with a different "Platform Toolset" setting (in Project Properties->General).

提交回复
热议问题