many of the errors are related to DirectX libraries and headers like 'dxerr.h', 'd3dx9.h', 'dsound.h', 'dinput.h', 'dxguid.lib', etc.
What this means is that you do not have the include files and library files configured correctly
I think I may know why.
I gave you these to put in
problem with these is that I'm running off a x64 system. Assuming you are on a x86 system, the addresses would actually be
hope that helps.
What this means is that you do not have the include files and library files configured correctly
I think I may know why.
I gave you these to put in
Code:
C:\Program Files (x86)\Microsoft DirectX SDK (March 2009)\Utilities\bin\x86
That is in Executable Files
C:\Program Files (x86)\Microsoft DirectX SDK (March 2009)\Include
That is in Include files
C:\Program Files (x86)\Microsoft DirectX SDK (March 2009)\Lib\x86
That is in Library filesproblem with these is that I'm running off a x64 system. Assuming you are on a x86 system, the addresses would actually be
Code:
C:\Program Files\Microsoft DirectX SDK (March 2009)\Utilities\bin\x86
That is in Executable Files
C:\Program Files\Microsoft DirectX SDK (March 2009)\Include
That is in Include files
C:\Program Files\Microsoft DirectX SDK (March 2009)\Lib\x86
That is in Library fileshope that helps.

![[Image: 600336.png]](http://valid.canardpc.com/cache/banner/600336.png)