Changes between Version 11 and Version 12 of FAQ_runtime


Ignore:
Timestamp:
03/04/14 11:59:23 (10 years ago)
Author:
Marek Kurdej
Comment:

Formatting

Legend:

Unmodified
Added
Removed
Modified
  • FAQ_runtime

    v11 v12  
    4343)
    4444}}}
    45 X. Check for the missing DLL's dependencies, other DLLs can be missing (verify it using e.g. [[UsefulTools|DependencyWalker]]). (Windows) Copy DLLs to the application's folder or add their folder to PATH. (Unix) Make them visible to the linker.
    46 X. (Windows) Check if the .dll file exports any symbols (using e.g. [[UsefulTools|DependencyWalker]]). At least ```qt_plugin_instance``` and ```qt_plugin_query_metadata``` should be visible exported symbols.
     45X. Check for the missing DLL's dependencies, other DLLs can be missing (verify it using e.g. [[UsefulTools|DependencyWalker]]).
     46 [[BR]]''[Windows]'' Copy DLLs to the application's folder or add their folder to PATH.
     47 [[BR]]''[Unix]'' Make them visible to the linker.
     48X. ''[Windows]'' Check if the .dll file exports any symbols (using e.g. [[UsefulTools|DependencyWalker]]). At least ```qt_plugin_instance``` and ```qt_plugin_query_metadata``` should be visible exported symbols.
    4749X. 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.
     50X. Check if the application, the **plugin and its dependencies** have been **built using the same compiler version.**
     51 [[BR]]''[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.
    4952
    5053
    51 == (Windows) Qt 5 cannot find platform plugin "windows" ==
     54== ''[Windows]'' Qt 5 cannot find platform plugin "windows" ==
    5255=== Error message ===
    5356[[Image(qt5-platform-plugin-windows.png, align=center)]]