Error MSB6006: “mt.exe” exited with code 31

后端 未结 11 2185
孤城傲影
孤城傲影 2020-12-15 15:54

I ran into this problem today while migrating a VS2008 solution to VS2010. The problem occurred in either of the following scenarios:

  1. Rebuild Solution
11条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-15 16:29

    Look for an MSB8012 warnings. Likely you have a different output specification for the C++ output value and the Linker Output value.

提交回复
热议问题