DirectX requirements for end users?
-
Hey guys
A buddy of mine and myself built an application using Qt+Golang. Qt version 5.12.
We also built an installer to install this application, as well as pre-requisites. However the installer building software we are using only can check for the actualt Directx dll (i.e d2d11.dll) However, even with this installed on the end users PC the application will still not open sometimes as they are missing another piece? Currently we manually direct them to https://www.microsoft.com/en-us/download/details.aspx?id=35 that installs the WHOLE shebang.
I am hoping to figure out exactly what dlls I need to check for.. Is this something that can be accomplished?
Thank you
-
HI @Labarr, and welcome!
The starting point is to use
windeployqt
to package up the DLLs. Are you using that? See https://doc.qt.io/qt-5/windows-deployment.html