Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    [SOLVED]Problem with executing my application in an other machine

    General and Desktop
    3
    5
    1004
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      fouffa89 last edited by

      I run my application in release mode and add all required dll from mingw bin folder to .exe folder but I got an error : Microsoft C++ Runtime Library this application has requested the runtime to terminate it in an unusual way , I can't understand what is wrong .

      I googled this error and find that it is may be related to QT 5.0.1 and that it can be resolved if I change the SDK to 4.8 but I'm afraid to lost all my work , please help me !

      1 Reply Last reply Reply Quote 0
      • J
        julrich last edited by

        Did you also add the plugins/platforms/qwindows.dll and plugins/platforms/qminimal.dll into a platforms/ directory?
        See for example http://qt-project.org/forums/viewthread/23367/

        1 Reply Last reply Reply Quote 0
        • F
          fouffa89 last edited by

          yes I add this list:
          icudt49.dll
          icuin49.dll
          icuuc49.dll
          libEGL.dll
          libgcc_s...
          libGLESv2.dll
          libstdc++-6.dll
          libwinpthread.dll
          QT5Core.dll
          QT5Gui.dll
          Qt5Network.dll
          Qt5V8.dll
          qwindows.dll

          1 Reply Last reply Reply Quote 0
          • U
            utcenter last edited by

            Is qwindows.dll in /platforms folder?

            1 Reply Last reply Reply Quote 0
            • F
              fouffa89 last edited by

              Yes this is the solution ! thanks a lot for you both .

              1 Reply Last reply Reply Quote 0
              • First post
                Last post