"vcruntime.lib"to solve this error.
Error U1077 link.EXE return code '0x460' FILE NMAKE while migrating VC++ code from VS2010 to VS2015
By Tushar
·
While migrating application code from VS2010 to VS2015, I got the error U1077 related to link.exe in NMAKE file and many more related errors.
After alot of research on this error and migartion related stuff,Finally I am here with the solution :
There are few library version and name related changes in VS2015.
So in make file we have to add
link.exe
NMAKE
Visual studio2015
Link error
Error U1077
return code '0x460'
Error MSB3073
command nmake
T
Written by Tushar