DirectX SDK for C#
-
Hi I installed DirectX SDK for C#, but I can't use it cuz the assemblies doesn't exist, I tried to find them, but nothing. Someone knows where Microsoft.Directx.*.dll files are? Thanks in advance ---- hxxbin
For my machine, they reside in "C:\WINDOWS\Microsoft.NET\Managed DirectX\v9.02.2904" Have you made sure that you've installed the latest DirectX Runtime to your machine ? By DX Runtime, I mean the DirectX installation package you can get from Microsoft that allows you to play DirectX games. -Antti Keskinen ---------------------------------------------- The definition of impossible is strictly dependant on what we think is possible.
-
Hi I installed DirectX SDK for C#, but I can't use it cuz the assemblies doesn't exist, I tried to find them, but nothing. Someone knows where Microsoft.Directx.*.dll files are? Thanks in advance ---- hxxbin
I had the same problem...I kept on having files missing no matter what I downloaded...so at the end I downloaded everything related to DirectX from microsoft's website... The SDK isn't enough...you need to download the redistributable runtime package which will install the missing files (Microsoft.DirectX.dll etc...) Also, you'll need to install the package on every machine you wish to run your application on...Cheers:cool: