Game Development Community

Building Game Project

by Mateusz · in Torque 3D Beginner · 08/15/2013 (5:12 am) · 3 replies

Hello, and sorry guys.

I used Irrlicht, now I want to use Torque, but I have really bad problem. Searched google, and your forums, but I didn't found answer.

I want to work on C++ and scripts, so I trying to compile base project (what Project Manager made for me), but I have directx errors.

First was with d3dx9.h, but I knew that I just need rename it to d3d9.h.

Second is dxerr9.h. Everywhere in internet they say "rename it to dxerr.h". Yeah, but I have Direct X June 2010 (also Windows SDK?), and I don't have DXERR file. Without that I have many many errors in d3dx9functions.h..


What to do? And why I'm only one person with this problem?

About the author

We can!

Recent Threads


#1
08/15/2013 (10:40 am)
Try uninstalling and then reinstalling the DXSDK - sounds like the environment variables aren't set up correctly. Newer versions of Visual Studio should pick this up pretty well.

I haven't set all of this up from scratch for a long time - check the documentation under Setup and read through the appropriate articles for your version of Visual Studio.
#2
08/15/2013 (12:58 pm)
Shit you know? I just downloaded wrong DX SDK. Sorry and thanks. I downloaded something what have 100mb that's why I didn't have that files. Stupid me.
#3
08/15/2013 (1:30 pm)
<shrug> Sometimes it is good to double-check - I forget stuff all the time....