询问者
生成解决方案的时候报错:Microsoft Resource File To COFF object Conversion Utility has stopped working

问题
全部回复
-
高手谢谢了,照着第1条改了,可以生成,但是warning LINK4075: 忽略“EDITANDCONTINUE”(由于“/INCREMENTAL:NO”规范)
另外:添加删除程序里有:
Microsoft Visual C++ 2008 Redistributable - X86 9.0.30729.4148
Microsoft Visual C++ 2008 Redistributable - X86 9.0.30729.4974
Microsoft Visual C++ 2010 X86 Redistributable - 10.0.30319
Microsoft Visual C++ 2010 X86 Runtime - 10.0.30319
不知道会不会冲突啊?
-
>>高手谢谢了,照着第1条改了,可以生成,但是warning LINK4075: 忽略“EDITANDCONTINUE”(由于“/INCREMENTAL:NO”规范)
如果链接使用/ ZI编译的模块,这意味着内部链接器选项称为/ EDITANDCONTINUE。如果你同时设置了/INCREMENTAL:NO, 你就会得到这个warning。请修改项目属性->C/C++->General->Debug Information Format 选项。
具体设置,参考以下文档。
https://msdn.microsoft.com/en-us/library/958x11bc.aspx
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.