General development is in the debug, debug under the configuration of the basic will be configured correctly. But release may cause errors, crashes
Generally detectable:
Whether the library's mode is changed to release,
Sometimes the property sheet changes, but in the code, if you have #paragma comment library, you also need to change, it is best not to comment in the code to add
VS platform is consistent.
VS2013 is an integrated vs212,vs2010 compilation tool that allows you to change different tools in the project properties, so you can use vs2013 to open a project that was created by VS2010;
However, some libraries, corresponding to different versions of VS have different repositories, both to change the path of the library, but also to maintain the consistency of the platform.
OpenCV Debug Realease Mode conversion considerations