Qt Forum

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

    Qt Academy Launch in California!

    QT5 missing DLLs and an error

    Installation and Deployment
    2
    2
    6362
    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.
    • H
      hwathani last edited by

      I am trying to run "this":https://github.com/wang-bin/QtAV application on QT5. But, QT gives error as follows,

      Failed to start program. Path or permissions wrong?
      C:\QtAV-master\QtAV-build-Desktop_Qt_5_0_1_MSVC2010_32bit-Debug\examples\out\bin\player-gl.exe exited with code -1
      Starting C:\QtAV-master\QtAV-build-Desktop_Qt_5_0_1_MSVC2010_32bit-Debug\examples\out\bin\player-gl.exe...

      I ran the dependency walker and it shows following DLLs are missing,
      ICUIN49.DLL
      ICUUC49.DLL
      LIBGLESV2D.DLL
      GPSVC.DLL
      IESHIMS.DLL

      Thank you.

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

        Hi!

        You can find all dlls in Qt installation bin directory ($INSTALL\Qt\Qt5.0.1\5.0.1\msvc2010\bin).
        You can ignore IESHIMS and GPSVC.dll, and if I recall correctly, ligEGL.dll is also required but Dependency Walker doesn't shows it.

        Regards,
        Jake

        P.S.: There are tons of forum threads based on identical problems, use search!


        Code is poetry

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