您的位置:首页 > 编程语言 > C语言/C++

Module Machine Type 'x64' Conflicts With Target Machine Type

2017-05-24 11:14 741 查看
Detail:
fatal error LNK1112: module machine type 'x64' conflicts with target machine.


In my case, it appears it was because I had "copied settings" from a 32-bit to a new configuration (64 bit) and it hadn't updated the libraries.

My Answer:

Go to project properties-> configuration properties -> Librarian Set Target Machine to MachineX64 (/MACHINE:X64)



More Information:Stackoverflow Error Link1112
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Link Error C++ VS MACHINEX64
相关文章推荐