Where is libEGL.dll
-
This page:
http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html
Says it is in the Qt/lib directory but I have no such file there, and in another thread of mine a gentleman said that it is actually not a Qt file and therefore not included in the Qt framework package. A lot of threads indicate that this file has resolved a runtime error, but no one has indicated where to actually get this file. Can anyone assist? I don't want to download it from a random site I google, surely there is a proper place to find it.
-
Hi,
Are you using the ANGLE version of Qt ?
-
Looking at the link on the download page, it's a MinGW 4.8, OpenGL build. Thus you wont have nor need libEGL.dll
-
Ok. I've seen several mention on here that this dll resolved the error "the application has requested the runtime to terminate it in an unusual way” even though it wasn't clear they were running ANGLE, for example this guy:
http://qt-project.org/forums/viewthread/25642/
But it seems to be cropping up a lot and I have another thread that this error presents only on Windows but not on Mac for the same project.