Changes between Version 8 and Version 9 of FAQ_runtime
- Timestamp:
- Mar 4, 2014, 11:48:37 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ_runtime
v8 v9 47 47 X. Check if the application, the **plugin and its dependencies** have been **built in the same release/debug version.** 48 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. 49 50 51 == (Windows) Qt 5 cannot find platform plugin "windows == 52 === Error message === 53 [[Image(qt5-platform-plugin-windows)]] 54 55 === Solution === 56 57 Copy folder "%QT_DIR%\plugins\platforms" to the folder where your application is executed (so that it has a subfolder "platforms".