I need to do coding for 3D graphics, I would like to check which version of directx runtime is installed on my Windows machine. How to do that?

link|improve this question
feedback

migrated from stackoverflow.com Jan 15 at 17:22

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

Open run dialog (windows + r), type 'dxdiag' and hit enter, click through WHQL yes/no question.The version is on the start page at the bottom. Alternatively System Information for Windows can probably do the same job, maybe even give more detail but I've not got my copy on me right this second.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown