Qt exe Fehler



  • abend,

    wollte meine exe auf einem anderen rechner zum laufen bringen bekomme aber die Fehlermeldung:

    Diese Anwendung konnte nicht gestartet werden, weil die Anwendungskonfiguration nciht korrekt ist. ??

    lg



  • Und mit welchen compiler hast du dein Programm übersetzt?
    Denn AFAIK kommt diese Meldung, wenn die dlls für die c++ runtime sich nicht auf dem system befindet.

    Desweiteren, wie hast du Qt gelinkt (statisch oder dynamisch)?
    Das kannst du dir auch über den DependencyWalker anschauen.



  • Vielen dank für die schnelle Antwort. Habe das tool gestartet und alle dll die gebraucht wurden kopiert.

    http://s1.directupload.net/file/d/2604/7u39qosn_png.htm

    Mit c++ runtime habe ich es auch schon probiert
    Bekomme jedoch das hier als Fehler:
    The Side-by-Side configuration information for "c:\be\TPOPT.EXE" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).
    Error: The Side-by-Side configuration information for "c:\be\QTCORE4.DLL" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).
    Error: The Side-by-Side configuration information for "c:\be\QTGUI4.DLL" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).
    Error: The Side-by-Side configuration information for "c:\be\LIBXML2.DLL" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).
    Error: The Side-by-Side configuration information for "c:\be\QWT.DLL" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).
    Error: The Side-by-Side configuration information for "c:\be\QTSVG4.DLL" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001).
    Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.

    Unter Konfig.- Allgemein -

    Verwendung von MFC = Windows-Standardbib.
    Verwendung von ATL = AtL wird nicht verwendet

    Unter C/C++ - Codegenerierung
    Laufzeitbibliothek = /MDd

    Unter Linker - Eingabe
    Zusätzliche Abhängigkeiten=
    Habe es mit
    qtmaind.lib QtCored4.lib QtGuid4.lib QtXmld4.lib QtOpenGLd4.lib opengl32.lib glu32.lib QtXmlPatternsd4.lib C:\Optimierung2\qwt\lib\qwtd.lib

    und mit
    qtmaind.lib QtCored4.lib QtGuid4.lib QtXmld4.lib QtOpenGLd4.lib opengl32.lib glu32.lib QtXmlPatternsd4.lib C:\Optimierung2\qwt\lib\qwtd.lib
    getestet bei beiden das selbe Problem



  • Was hast du für includes drinne, die nicht von Qt kommen? Anso


Anmelden zum Antworten