module machine type 'X86' 是什么意思?
1>msvcprtd.lib(MSVCP100D.dll) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
module machine type 'X86' 指的是 使用的第三方库是 32位的? 还是程序是32位的?
[解决办法]
目标程序的类型是x64,库的类型是x86