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?
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?
Torque Owner Richard Ranft
Roostertail Games
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.