Game Development Community

DirectX SDK problems

by TigerHeros · in Torque 3D Professional · 09/01/2009 (3:36 pm) · 2 replies

Greetings,

I have packaged my game using the web option in the Torque Toolbox and put it up on my website. When going to the website to test it out on another computer, I had problems installing because some dll files seemed to be missing. I installed the latest DirectX SDK on that computer and that seemed to fix everything.

Is there a way currently that allows a user to access the game from the web and play it just having the most updated DirectX without the SDK? If not, will it be possible after Torque3D is out of Beta?

Thanks

#1
09/01/2009 (9:33 pm)
You don't need to install the SDK. you just need to run the DX Webinstall

Torque can not do anything about that, its a user has to do thing if you do webdeployment.
Thats why most released games silently install the required DX version.
#2
09/02/2009 (12:14 pm)
Ok thank you, making my game silently install will be just fine. I appreciate your help.