检查项目配置路径,win32转x64配置,路径里面没有改成相应的x64目录
MSVCRTD.lib(ti_inst.obj) :module machine type 'x64' conflicts with target machine type 'X86'
In visual studio, select Tools > Options from the main menu. select Projects and Solutions > VC++ Directories. Select x64 from the Platform dropdown.
$(VCInstallDir)lib\AMD64;
$(VCInstallDir)atlmfc\lib\amd64;
$(WindowsSdkDir)lib\x64;
使用vs的dumpbin /headers查看文件pe头信息,确定文件版本