Compiling with VS2017

  • Thread starter Thread starter MRUTYUNJAYA.M
  • Start date Start date
M

MRUTYUNJAYA.M

Guest
Hi


I am trying to migrate a project from VS2012 to VS2017 . But getting following error.



1>AfwAbsLib.lib(main.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1700' doesn't match value '1900' in SSD_System_Extension.obj

1>AfwAbsLib.lib(AfwComModule.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1700' doesn't match value '1900' in SSD_System_Extension.obj

1>AfwSaLib.lib(main.obj) : error LNK2038: mismatch detected for '_MSC_VER': value '1700' doesn't match value '1900' in SSD_System_Extension.obj

1>LINK : fatal error LNK1104: cannot open file 'atl.lib'

1>Done building project "SSDSystemExtension.vcxproj" -- FAILED


Can anybody please suggest me if I am doing anything wrong..


Mrutyunjaya


Continue reading...
 
Back
Top