managed directx

false74

Well-known member
Joined
Aug 4, 2010
Messages
76
Programming Experience
Beginner
I've spent a long time bashing my head against my desk and an even longer time trying to get directX to work with vb.net. I've downloaded the June 2010 SDK and installed. I cannot import the directx reference, and it does not even show up in the add references popup. even when manually going into the c:\program files\Microsoft DirectX SDK (June 2010)\ and search every folder for the correct file it does not exist. What the hell. I'm running Visual Studio 2010 Pro. this is the most frustrating thing.
 
Hi,


I don't know about visual studio 2010, but the same thing happened to me using vs2005. You can find the dll's in c:\windows\Microsoft.NET\DirectX for Managed Code and after that you will need to choose the correct folder/dll depending on what you need to do.
 
Back
Top