Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QT5 missing DLLs and an error
QtWS25 Last Chance

QT5 missing DLLs and an error

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 6.5k Views
  • 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 Offline
    H Offline
    hwathani
    wrote on last edited by
    #1

    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
    0
    • J Offline
      J Offline
      Jake007
      wrote on last edited by
      #2

      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
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved