I have a WinXP SP3 machine running. I got a fresh qt 5.5 out of the online installer. I'm trying to lauch some simple test application with QML 2.x but I get the following error while starting it :
"Failed to create OpenGL context for format QSurfaceFormat bla-bla-bla...
Make sure that libEGL.dll, libGLESv2.dll and d3dcompiler_*.dll are available".
Well, I have d3dcompiler_43.dll
at C:\WINDOWS\system32 ( after installing DirectX Software Development Kit ).
I also have libEGL.dll
and libGLESv2.dll
at C:\Qt\5.5\mingw492_32\bin.
So what is the problem I'm facing?
BR, Dmitry