We have an application which is run and build in visual studio 2010, after converting it into Visual Studio 2015 we are getting following error,
Error LNK2019 unresolved external symbol _memcmp referenced in function
I have looked at this link but did not understand properly Its seems like something has changed in Visual Studio 2015 compiler and I am missing some settings to overcome this problem.
Could somebody please explain what has changed ?