47 | | X. Check if both the application, the plugin and their dependencies have been built in the same version: release/debug. |
48 | | X. Check if both the application, the plugin and their dependencies have been built using the same compiler version. (Windows) Look for dependent DLLs like ```MSVCP110.dll```, check that the version, here 11.0, corresponds with your compiler. |
49 | | X. ... TO BE FOUND |
| 47 | X. Check if the application, the **plugin and its dependencies** have been **built in the same release/debug version.** |
| 48 | X. Check if the application, the **plugin and its dependencies** have been **built using the same compiler version.** (Windows) Look for dependent DLLs like ```MSVCP110.dll``` or ```MSVCR110.dll```, check that the version, here 11.0, corresponds with your compiler and the version used by other DLLs. |