QT5 missing DLLs and an error
-
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.DLLThank you.
-
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,
JakeP.S.: There are tons of forum threads based on identical problems, use search!