I have third party library that is a static .lib file that they tell me was compiled with VS2010. We develop our application in VS2013 and need to link to this library.
When we try, we get this error:
error C1047: The object or library file '.../xxx.lib' was created with an older compiler than other objects; rebuild old objects and libraries
Does this mean we will have to use VS2010 compiler to link to it? (we cannot get a recompiled version of the library)